From 9eaa2e17f7ac690ffd9c64373e91230a5368cad8 Mon Sep 17 00:00:00 2001 From: Sylvia Moss Date: Tue, 1 Sep 2020 11:24:30 +0200 Subject: [PATCH] add netlify node option to increase old space size (#9859) --- website/netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/netlify.toml b/website/netlify.toml index b2f42f3e3..9864996d4 100644 --- a/website/netlify.toml +++ b/website/netlify.toml @@ -10,7 +10,7 @@ environment = { HASHI_ENV = "production", NODE_ENV = "production" } [context.deploy-preview] - environment = { HASHI_ENV = "staging", NODE_ENV = "production" } + environment = { HASHI_ENV = "staging", NODE_ENV = "production", NODE_OPTIONS = "--max_old_space_size=9999" } [[headers]] for = "/*"