mirror of
https://github.com/coder/code-server.git
synced 2026-03-30 00:02:16 +08:00
Try raising max memory
CI keeps aborting with no real indication as to the reason.
This commit is contained in:
parent
5c1bf18b85
commit
e13303929f
@ -112,7 +112,7 @@ EOF
|
||||
# this because we have an NPM package that could be installed on any platform.
|
||||
# The correct platform dependencies and scripts will be installed as part of
|
||||
# the post-install during `npm install` or when building a standalone release.
|
||||
node --max-old-space-size=16384 --optimize-for-size \
|
||||
node --max-old-space-size=32768 --optimize-for-size \
|
||||
./node_modules/gulp/bin/gulp.js \
|
||||
"vscode-reh-web-linux-x64${MINIFY:+-min}"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user