diff --git a/bin/start b/bin/start index aa239935..b81836b4 100755 --- a/bin/start +++ b/bin/start @@ -1,3 +1,3 @@ #!/bin/bash -exec node --max_old_space_size=6000 import.js +exec node --max_old_space_size=8000 import.js