summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Borner2018-11-10 01:56:02 +0100
committerMarvin Borner2018-11-10 01:56:02 +0100
commitefb69cb01b1339b4089bc62c4920b7b85879487a (patch)
treec9a665f5b6afaff6a8109a92686a380519eb2738
parentef5411a6e14c9ae6cbd1488122462f12ae197ce0 (diff)
Fixed heap out of memory errorHEADmaster
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 43fd79f..e2fa533 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"start": "node ./bin/www",
- "crawl": "node crawler.js"
+ "crawl": "node --max-old-space-size=4096 crawler.js"
},
"dependencies": {
"cookie-parser": "~1.4.3",