npm run max memory code example
Example 1: increase-memory-limit not working node
NODE_OPTIONS=--max_old_space_size=4096
Example 2: nodemon run more memory
nodemon --max-old-space-size=4096 dist/server.js (this is OK)
NODE_OPTIONS=--max_old_space_size=4096
nodemon --max-old-space-size=4096 dist/server.js (this is OK)