increase mem

This commit is contained in:
wassname
2018-12-02 18:37:29 +08:00
parent 423cc9be0f
commit 6aea5385c3
+1 -1
View File
@@ -16,7 +16,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"display": "webpack-dev-server -d",
"train": "node scripts/train | tee outputs/train_$(date +\"%Y-%m-%d_%H-%M-%S\").log"
"train": "node --max-old-space-size=4096 scripts/train | tee outputs/train_$(date +\"%Y-%m-%d_%H-%M-%S\").log"
},
"repository": {
"type": "git",