fix(website): Netlify increase NODE_OPTIONS memory (#8491)

This commit is contained in:
Sébastien Lorber 2022-12-30 17:46:33 +01:00 committed by GitHub
parent 120b99b1f3
commit 648a5a03df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
NETLIFY_USE_YARN = "true"
YARN_VERSION = "1.22.5"
NODE_VERSION = "16"
NODE_OPTIONS = "--max_old_space_size=4096"
NODE_OPTIONS = "--max_old_space_size=8192"
[context.production]
command = "yarn --cwd .. build:packages && yarn netlify:build:production"