FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed JavaScript heap out of mem
Check heap size cmd = node -e "console.log(require('v8').getHeapStatistics().total_available_size / 1024 / 1024)" Increase heap size cmd = setx NODE_OPTIONS "--max-old-space-size=4096" /m
Check heap size cmd = node -e "console.log(require('v8').getHeapStatistics().total_available_size / 1024 / 1024)" Increase heap size cmd = setx NODE_OPTIONS "--max-old-space-size=4096" /m