exceeds the default memory limit for the V8 JavaScript engine, which is typically 512MB for 32-bit systems and around 1.4GB for 64-bit systems
increase the memory limit of Node.js using the --max-old-space-size flag
node --max-old-space-size=4096 yourScript.js //allocating 4GB