Node. Js memory error. FATAL ERROR: Invalid array length. Allocation failed - processing from memory

I am running a sails.js instance using sails 0.10.5. I have saved several objects in memory.

I have often encountered the following error:

FATAL ERROR: Invalid array length. Selection failed - the process is not running.

It seems like someone came across this and reported that it is introduced in node.js v0.11.15 . As far as I can tell from here , this is still an open issue.

To avoid this, I installed node v0.11.14 and runs sails v0.10.5. However, this problem still occurs.

Can anyone tell me when this error occurred in node and point out how I can avoid it?

+3


source to share





All Articles