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

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2019-08-02 11:23:54 -07:00 committed by GitHub
parent cf21757ab9
commit 4a234b9209
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'
},
});