From c770ab88db248d9511f06d1b104fc9c0248fce41 Mon Sep 17 00:00:00 2001 From: Mariano Uvalle Date: Wed, 24 Jan 2024 14:59:08 -0800 Subject: [PATCH] Increase memory --- fly.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fly.toml b/fly.toml index 8f81626..c35bd96 100644 --- a/fly.toml +++ b/fly.toml @@ -24,3 +24,7 @@ primary_region = "sea" auto_start_machines = true min_machines_running = 1 processes = ["app"] + +[vm] + size = "shared-cpu-1x" + memory = "1G"