diff --git a/epicshop/fly.toml b/epicshop/fly.toml index 269437ced..7f5d1fc17 100644 --- a/epicshop/fly.toml +++ b/epicshop/fly.toml @@ -3,6 +3,7 @@ primary_region = "sjc" kill_signal = "SIGINT" kill_timeout = 5 processes = [ ] +swap_size_mb = 512 [experimental] allowed_public_ports = [ ] @@ -42,4 +43,4 @@ script_checks = [ ] protocol = "http" timeout = "2s" tls_skip_verify = false - headers = { } \ No newline at end of file + headers = { }