JavaScript heap out of memorybashexport NODE_OPTIONS="--max_old_space_size=8192" If the above doesn't work, bashexport NODE_OPTIONS="--max-old-space-size=16384" Check Current Memory Limit bashnode -e 'console.log(v8.getHeapStatistics().heap_size_limit/(1024*1024))'Backlinks3250307230719230524Comments