Skip to content

Commit db3d2a0

Browse files
committed
Revert "Try raising max memory"
This reverts commit e133039. I was able to build with the previous value on a different machine, so I am not sure this helps. Also CI still failed with this change anyway.
1 parent e133039 commit db3d2a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build/build-vscode.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ EOF
112112
# this because we have an NPM package that could be installed on any platform.
113113
# The correct platform dependencies and scripts will be installed as part of
114114
# the post-install during `npm install` or when building a standalone release.
115-
node --max-old-space-size=32768 --optimize-for-size \
115+
node --max-old-space-size=16384 --optimize-for-size \
116116
./node_modules/gulp/bin/gulp.js \
117117
"vscode-reh-web-linux-x64${MINIFY:+-min}"
118118

0 commit comments

Comments
 (0)