From e13303929f50c3d916094145dfb482535d3619ef Mon Sep 17 00:00:00 2001 From: Asher Date: Wed, 4 Mar 2026 15:44:01 -0900 Subject: [PATCH] Try raising max memory CI keeps aborting with no real indication as to the reason. --- ci/build/build-vscode.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build/build-vscode.sh b/ci/build/build-vscode.sh index f037fac3a..c9504fe81 100755 --- a/ci/build/build-vscode.sh +++ b/ci/build/build-vscode.sh @@ -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}"