diff --git a/fly.toml b/fly.toml index 30c10b0baa603..e8f27f5e1c67d 100644 --- a/fly.toml +++ b/fly.toml @@ -45,3 +45,7 @@ processes = [] interval = "15s" restart_limit = 0 timeout = "2s" + +[[vm]] + size = "shared-cpu-1x" + memory = "256mb"