mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
Increase head size for sql script compile (#13520)
This commit is contained in:
@@ -21,7 +21,7 @@ if %errorlevel% neq 0 node .\node_modules\gulp\bin\gulp.js electron
|
||||
node build\lib\builtInExtensions.js
|
||||
|
||||
:: Build
|
||||
if not exist out node .\node_modules\gulp\bin\gulp.js compile
|
||||
if not exist out node .\node_modules\gulp\bin\gulp.js compile --max_old_space_size=4095
|
||||
|
||||
:: Configuration
|
||||
set NODE_ENV=development
|
||||
|
||||
Reference in New Issue
Block a user