Skip to content

Commit

Permalink
feat(node): Increase Node.js memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejulius committed May 13, 2019
1 parent c1e5dae commit dbb24d0
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=4096 import.js
exec node --max_old_space_size=6000 import.js

0 comments on commit dbb24d0

Please sign in to comment.