From 6d1130bae868b3c6fd471fcc84447e0e9ca8f925 Mon Sep 17 00:00:00 2001 From: bkellam Date: Sun, 29 Sep 2024 13:27:02 -0700 Subject: [PATCH] Beef up demo machine's specs --- fly.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fly.toml b/fly.toml index f8c0442c..8bcb5de8 100644 --- a/fly.toml +++ b/fly.toml @@ -17,11 +17,11 @@ primary_region = 'sjc' processes = ['app'] [[vm]] - memory = '4gb' + memory = '8gb' cpu_kind = 'shared' - cpus = 2 + cpus = 4 [mounts] source = "sourcebot_data" destination = "/data" - initial_size = "30GB" + initial_size = "60GB"