Skip to content

Commit c07fc58

Browse files
committed
Reduce max-old-space-size to 128 mb
1 parent 23c645b commit c07fc58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "src/index.js",
66
"scripts": {
77
"prestart": "http-server public -p ${HTTP_SERVER_PORT:-5000} -s &",
8-
"start": "node --max-old-space-size=256 src/index.js",
8+
"start": "node --max-old-space-size=128 src/index.js",
99
"test": "echo \"Error: no test specified\" && exit 1"
1010
},
1111
"dependencies": {

0 commit comments

Comments
 (0)