Skip to content

Commit

Permalink
feat(nodejs): Increase Node.js memory limit
Browse files Browse the repository at this point in the history
This is needed as the amount of data in WOF has grown
substantially.

Connects pelias/pelias#797
  • Loading branch information
orangejulius committed Aug 2, 2019
1 parent eea3f42 commit 99bfa1e
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 99bfa1e

Please sign in to comment.