We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b93017 commit 3ae9dc5Copy full SHA for 3ae9dc5
codeserver/ubi9-python-3.12/get_code_server_rpm.sh
@@ -73,7 +73,7 @@ index 925462fb087..dfff96eb051 100644
73
"kill-watch-extensionsd": "deemon --kill npm run watch-extensions",
74
"precommit": "node build/hygiene.js",
75
- "gulp": "node --max-old-space-size=8192 ./node_modules/gulp/bin/gulp.js",
76
-+ "gulp": "node --max-old-space-size=16384 ./node_modules/gulp/bin/gulp.js",
++ "gulp": "node --max-old-space-size=24576 ./node_modules/gulp/bin/gulp.js",
77
"electron": "node build/lib/electron",
78
"7z": "7z",
79
"update-grammars": "node build/npm/update-all-grammars.mjs",
0 commit comments