diff --git a/backend/fly.production.toml b/backend/fly.production.toml index 08e4e9b1..00127f4b 100644 --- a/backend/fly.production.toml +++ b/backend/fly.production.toml @@ -18,6 +18,6 @@ primary_region = 'bos' processes = ['app'] [[vm]] - memory = '1gb' - cpu_kind = 'shared' - cpus = 1 + memory = '16gb' + cpu_kind = 'performance' + cpus = 8