mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Increase max-old-space-size for builds (#42218)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
cf21757ab9
commit
4a234b9209
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ export const OptimizeBuildTask = {
|
|||
env: {
|
||||
FORCE_DLL_CREATION: 'true',
|
||||
KBN_CACHE_LOADER_WRITABLE: 'true',
|
||||
NODE_OPTIONS: '--max-old-space-size=2048'
|
||||
NODE_OPTIONS: '--max-old-space-size=3072'
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue