From eb064a65a582fbe972605d19e77a54ec32831111 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Mon, 19 May 2025 11:42:06 +0100 Subject: [PATCH] Increase machine memory Needed to be able to vacuum the database --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index 5254bada..59485802 100644 --- a/fly.toml +++ b/fly.toml @@ -37,6 +37,6 @@ hard_limit = 1000 soft_limit = 1000 [[vm]] -memory = '512mb' +memory = '1024mb' cpu_kind = 'shared' cpus = 1