From f451a97ca71a216fc071c45cb3bc7ac5406abcf2 Mon Sep 17 00:00:00 2001 From: Vague Rabbit Date: Wed, 10 Feb 2021 03:07:39 -0800 Subject: [PATCH] ^ --- resources/saleor-dashboard/template.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/saleor-dashboard/template.env b/resources/saleor-dashboard/template.env index 2760c3b..03cae0e 100644 --- a/resources/saleor-dashboard/template.env +++ b/resources/saleor-dashboard/template.env @@ -1,4 +1,4 @@ API_URI="{api_url}" APP_MOUNT_URI="/{app_mount_uri}/" STATIC_URL="https://{app_host}/" -NODE_OPTIONS=--max_old_space_size=1536 \ No newline at end of file +NODE_OPTIONS="--max-old-space-size=4096" \ No newline at end of file