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"