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
|
node build\lib\builtInExtensions.js
|
||||||
|
|
||||||
:: Build
|
:: 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
|
:: Configuration
|
||||||
set NODE_ENV=development
|
set NODE_ENV=development
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ function code() {
|
|||||||
node build/lib/builtInExtensions.js
|
node build/lib/builtInExtensions.js
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
test -d out || ./node_modules/.bin/gulp compile
|
test -d out || ./node_modules/.bin/gulp compile --max_old_space_size=4095
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
export NODE_ENV=development
|
export NODE_ENV=development
|
||||||
|
|||||||
Reference in New Issue
Block a user