viewsonanobject
viewsonanobject copied to clipboard
javascript heap out of memory
Hiya,
While playing around with this, I sometimes get a 'javascript heap out of memory' error. This thread suggests doing something like this:
node --max-old-space-size=4096 read.js
which works.
Cheers!