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