From d12a8605445dd2e06b4202cb20b2baa92468ca0e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 12 Apr 2026 10:59:58 -0400 Subject: [PATCH] Downsize Fly.io VM to shared-cpu-2x with 2GB RAM Co-Authored-By: Claude Opus 4.6 (1M context) --- fly.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fly.toml b/fly.toml index 61103cc..d872191 100644 --- a/fly.toml +++ b/fly.toml @@ -26,6 +26,6 @@ processes = ['app'] timeout = "10s" [[vm]] -memory = 4096 -cpu_kind = 'performance' +memory = 2048 +cpu_kind = 'shared' cpus = 2