Increase max-old-space-size for builds (#42218) (#42539)

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2019-08-02 12:33:12 -07:00 committed by GitHub
parent 9cefd7e9ce
commit ec83196b55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'
},
});