From cdd75dcd95db7f4db6ca36dd46d2f55203c65626 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 16 Sep 2025 01:28:37 -0400 Subject: [PATCH] Update VM memory configuration from '2gb' to 4096 --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index 5570dbd..fc5f616 100644 --- a/fly.toml +++ b/fly.toml @@ -29,6 +29,6 @@ processes = ['app'] timeout = "10s" [[vm]] -memory = '2gb' +memory = 4096 cpu_kind = 'performance' cpus = 2