mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
up the memory
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
"watch-client": "gulp watch-client --max_old_space_size=4095",
|
||||
"monaco-editor-test": "mocha --only-monaco-editor",
|
||||
"precommit": "node build/gulpfile.hygiene.js",
|
||||
"gulp": "gulp --max_old_space_size=4095",
|
||||
"gulp": "gulp --max_old_space_size=8192",
|
||||
"7z": "7z",
|
||||
"update-grammars": "node build/npm/update-all-grammars.js",
|
||||
"update-localization-extension": "node build/npm/update-localization-extension.js",
|
||||
|
||||
Reference in New Issue
Block a user