From 966d0fa00da18534b859913feadb2d660e9ca6f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Sun, 15 Sep 2024 16:04:46 +0200 Subject: [PATCH] fix: fix Fly OOM issue (#245) --- 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