Skip to content

Commit

Permalink
Merge pull request #540 from michaelkirk-pelias/mkirk/bump-importer-mem
Browse files Browse the repository at this point in the history
Avoid crash during import by bumping memory limit to 8GB
  • Loading branch information
orangejulius authored Nov 27, 2023
2 parents 81e8de0 + a33c697 commit 470d0f5
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 470d0f5

Please sign in to comment.