Skip to content

Commit 385c83e

Browse files
authored
Increase RAM avilable to gulp to 6GiB
1 parent df690ec commit 385c83e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
],
1212
"scripts": {
1313
"clean": "node node_modules/gulp/bin/gulp.js clean",
14-
"build": "node node_modules/gulp/bin/gulp.js compile --max_old_space_size=4096",
14+
"build": "node node_modules/gulp/bin/gulp.js compile --max_old_space_size=6144",
1515
"test": "node node_modules/gulp/bin/gulp.js test",
16-
"ci": "node node_modules/gulp/bin/gulp.js ci --max_old_space_size=4096",
17-
"prepare-pack": "node node_modules/gulp/bin/gulp.js --max_old_space_size=4096 preparePack",
16+
"ci": "node node_modules/gulp/bin/gulp.js ci --max_old_space_size=6144",
17+
"prepare-pack": "node node_modules/gulp/bin/gulp.js --max_old_space_size=6144 preparePack",
1818
"pack": "node node_modules/gulp/bin/gulp.js pack",
1919
"tfx": "node node_modules/tfx-cli/_build/tfx-cli.js",
2020
"set-git-authn": "node ./setGitAuthN.js",

0 commit comments

Comments
 (0)