diff --git a/fly.toml b/fly.toml index aff294e..b24a8ae 100644 --- a/fly.toml +++ b/fly.toml @@ -31,6 +31,6 @@ hard_limit = 1000 soft_limit = 1000 [[vm]] -memory = '512mb' +memory = '1024mb' cpus = 1 -memory_mb = 512 +memory_mb = 1024