We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c1bf18 commit e133039Copy full SHA for e133039
ci/build/build-vscode.sh
@@ -112,7 +112,7 @@ EOF
112
# this because we have an NPM package that could be installed on any platform.
113
# The correct platform dependencies and scripts will be installed as part of
114
# the post-install during `npm install` or when building a standalone release.
115
- node --max-old-space-size=16384 --optimize-for-size \
+ node --max-old-space-size=32768 --optimize-for-size \
116
./node_modules/gulp/bin/gulp.js \
117
"vscode-reh-web-linux-x64${MINIFY:+-min}"
118
0 commit comments