From acc052933a8edb63418003420bc7d58e66fcdf35 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Thu, 28 Nov 2024 17:26:38 +0000 Subject: [PATCH] Try and use a 512MB machine --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index 6e8d14ab..22f414b4 100644 --- a/fly.toml +++ b/fly.toml @@ -33,6 +33,6 @@ hard_limit = 1000 soft_limit = 1000 [[vm]] -memory = '1024mb' +memory = '512mb' cpu_kind = 'shared' cpus = 1