From 719f6cc8bb9947693a74f54733470c62831877df Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Thu, 19 Jun 2025 17:51:23 +0300 Subject: [PATCH] Increase memory size to 2048mb --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index d906ab4a..aff83250 100644 --- a/fly.toml +++ b/fly.toml @@ -37,6 +37,6 @@ hard_limit = 1000 soft_limit = 1000 [[vm]] -memory = '1024mb' +memory = '2048mb' cpu_kind = 'shared' cpus = 2