mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 16:29:47 +02:00
fix(website): Netlify increase NODE_OPTIONS memory (#8491)
This commit is contained in:
parent
120b99b1f3
commit
648a5a03df
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue