diff --git a/fly.toml b/fly.toml index a98f852..4aa76c4 100644 --- a/fly.toml +++ b/fly.toml @@ -29,6 +29,6 @@ processes = ['app'] timeout = "10s" [[vm]] -memory = 1024 -cpu_kind = 'shared' +memory = 4096 +cpu_kind = 'performance' cpus = 1