Skip to content

Commit e89cd18

Browse files
author
Tyler Smalley
committed
Increase max-old-space-size for builds (elastic#42218)
Signed-off-by: Tyler Smalley <[email protected]>
1 parent 9cefd7e commit e89cd18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dev/build/tasks/optimize_task.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const OptimizeBuildTask = {
4949
env: {
5050
FORCE_DLL_CREATION: 'true',
5151
KBN_CACHE_LOADER_WRITABLE: 'true',
52-
NODE_OPTIONS: '--max-old-space-size=2048'
52+
NODE_OPTIONS: '--max-old-space-size=3072'
5353
},
5454
});
5555

0 commit comments

Comments
 (0)