diff --git a/fly.toml b/fly.toml index eaf9bf2b..8d4459e9 100644 --- a/fly.toml +++ b/fly.toml @@ -8,6 +8,7 @@ swap_size_mb = 512 [env] PORT = "8080" METRICS_PORT = "8081" + NODE_OPTIONS='--max-old-space-size=4096' [metrics] port = 8081