Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit b4c287a

Browse files
brettatomsdanbucholtz
authored andcommitted
fix(optimization): fix out of memory errors by providing more memory by default
1 parent f51314f commit b4c287a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ionic-app-scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env node
1+
#!/usr/bin/env node --max_old_space_size=2048
22

33
if (process.argv.length > 2) {
44

0 commit comments

Comments
 (0)