diff --git a/fly.toml b/fly.toml index 61103cc..d872191 100644 --- a/fly.toml +++ b/fly.toml @@ -26,6 +26,6 @@ processes = ['app'] timeout = "10s" [[vm]] -memory = 4096 -cpu_kind = 'performance' +memory = 2048 +cpu_kind = 'shared' cpus = 2