From 0de45f87ad8ef27d3af3f401fe6782c0b1b418d7 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Wed, 24 Apr 2024 10:28:11 -0600 Subject: [PATCH] Update fly.toml --- epicshop/fly.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = { }