endel / increase-memory-limit

Increase memory limit for local node binaries ("max-old-space-size")
http://npmjs.com/package/increase-memory-limit
MIT License
267 stars 26 forks source link

export NODE_OPTIONS=--max_old_space_size=4096 #19

Closed jcrben closed 6 years ago

jcrben commented 6 years ago

As I describe on Stackoverflow, memory can now be increased with an environment variable.

Should this be placed in the README as another possible solution?

endel commented 6 years ago

Thanks a lot, @jcrben, I didn't know about this addition!