Skip to content

Commit

Permalink
Another gc optimization to avoid OOM
Browse files Browse the repository at this point in the history
  • Loading branch information
talkol committed Dec 28, 2020
1 parent 9f79dd9 commit 2cc999d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test:e2e": "ava --verbose --timeout=10m --serial --config ./ava.config.e2e.js",
"prepack": "npm run build",
"prettify": "npx prettier \"src/**/*.ts\" --write && npx prettier \"e2e/**/*.ts\" --write",
"start": "node --async-stack-traces ./dist/main.js",
"start": "node --optimize-for-size ./dist/main.js",
"start:eth": "ganache-cli -p 7545 -i 5777 -a 100 --gasLimit 0x7FFFFFFF --gasPrice 1 -m \"vanish junk genuine web seminar cook absurd royal ability series taste method identify elevator liquid\""
},
"husky": {
Expand Down

0 comments on commit 2cc999d

Please sign in to comment.