From 2fb55ce71bb738566f5beea0bf4eb1586df8f62a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 20 Mar 2026 03:36:31 -0400 Subject: [PATCH] Scale to dedicated CPU with 4GB RAM in fly.toml 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 a98f852..4aa76c4 100644 --- a/fly.toml +++ b/fly.toml @@ -29,6 +29,6 @@ processes = ['app'] timeout = "10s" [[vm]] -memory = 1024 -cpu_kind = 'shared' +memory = 4096 +cpu_kind = 'performance' cpus = 1