From e031cbe3a75c5ed867d56355bf5232bca34d2107 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Tue, 10 Sep 2024 22:30:36 +0200 Subject: [PATCH] fix: fix Fly OOM issue --- fly.toml | 1 + 1 file changed, 1 insertion(+) 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