From 687ebe9cda82c60774c61efc5807f91a35302a66 Mon Sep 17 00:00:00 2001 From: bkellam Date: Fri, 6 Sep 2024 13:41:28 -0700 Subject: [PATCH] Decrease ram usage --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index 4f1cfa3b..f8c0442c 100644 --- a/fly.toml +++ b/fly.toml @@ -17,7 +17,7 @@ primary_region = 'sjc' processes = ['app'] [[vm]] - memory = '32gb' + memory = '4gb' cpu_kind = 'shared' cpus = 2