Skip to content

Commit

Permalink
Increase max-old-space-size for builds (#42218)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Smalley <[email protected]>
  • Loading branch information
Tyler Smalley authored Aug 2, 2019
1 parent cf21757 commit 4a234b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dev/build/tasks/optimize_task.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
},
});

Expand Down

0 comments on commit 4a234b9

Please sign in to comment.