Skip to content

Commit

Permalink
Merge pull request #496 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 6b770d5 + 6e56c6a commit 834df89
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 index.js
exec node --max_old_space_size=8000 index.js

0 comments on commit 834df89

Please sign in to comment.