From 33631ea89b893028e449ac292b5a2baeae26c80e Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Wed, 13 Nov 2024 20:44:03 +0000 Subject: [PATCH] Increase memory size --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index 22f414b4..6e8d14ab 100644 --- a/fly.toml +++ b/fly.toml @@ -33,6 +33,6 @@ hard_limit = 1000 soft_limit = 1000 [[vm]] -memory = '512mb' +memory = '1024mb' cpu_kind = 'shared' cpus = 1