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"