From 8584fe37d4653e7003b5cc4de2fd6041436e5dbf Mon Sep 17 00:00:00 2001 From: bkellam Date: Fri, 6 Sep 2024 13:05:14 -0700 Subject: [PATCH] bump fly volume size to 30GB --- fly.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/fly.toml b/fly.toml index 88101445..eea89a64 100644 --- a/fly.toml +++ b/fly.toml @@ -24,3 +24,4 @@ primary_region = 'sjc' [mounts] source = "sourcebot_data" destination = "/data" + initial_size = "30GB"