From b2de22b0ef593712a8a027ecfc4bba6f7a91ac19 Mon Sep 17 00:00:00 2001 From: maulanasdqn Date: Wed, 21 Jan 2026 17:16:51 +0700 Subject: [PATCH] fix(nix): add --jitless flag to workaround V8 memory issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add --jitless Node.js flag to work around V8 JIT compilation memory allocation issues on the server. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- nix/landing.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/landing.nix b/nix/landing.nix index ff654f1..8d8a688 100644 --- a/nix/landing.nix +++ b/nix/landing.nix @@ -48,7 +48,7 @@ pkgs.buildNpmPackage { cat > $out/bin/imphnen-landing <