From eb184daf1512fe27a75ee0ebae1cb92ed2785ab9 Mon Sep 17 00:00:00 2001 From: bkellam Date: Fri, 6 Sep 2024 13:30:31 -0700 Subject: [PATCH] Improve fly machine specs --- fly.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fly.toml b/fly.toml index aceb37c..4f1cfa3 100644 --- a/fly.toml +++ b/fly.toml @@ -17,9 +17,9 @@ primary_region = 'sjc' processes = ['app'] [[vm]] - memory = '1gb' + memory = '32gb' cpu_kind = 'shared' - cpus = 1 + cpus = 2 [mounts] source = "sourcebot_data"