Skip to content

Commit

Permalink
bump importer memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Sep 29, 2023
1 parent 81e8de0 commit a33c697
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 a33c697

Please sign in to comment.