Skip to content

Commit

Permalink
Merge pull request #368 from pelias/increase-nodejs-memory-limit
Browse files Browse the repository at this point in the history
feat(nodejs): Increase Node.js memory limit
  • Loading branch information
orangejulius authored Aug 2, 2019
2 parents 47ac37f + 6966182 commit 6606f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/start
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

exec node --max_old_space_size=6000 import.js
exec node --max_old_space_size=8000 import.js

0 comments on commit 6606f2b

Please sign in to comment.