mirror of
https://github.com/cdr/code-server.git
synced 2026-04-02 03:23:17 +02:00
Revert "Try raising max memory"
This reverts commit e13303929f.
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.
This commit is contained in:
parent
e13303929f
commit
db3d2a05c6
1 changed files with 1 additions and 1 deletions
|
|
@ -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=32768 --optimize-for-size \
|
||||
node --max-old-space-size=16384 --optimize-for-size \
|
||||
./node_modules/gulp/bin/gulp.js \
|
||||
"vscode-reh-web-linux-x64${MINIFY:+-min}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue