🐡Node実行時のメモリ上限を増やす方法2025/08/01に公開Node.jsmemorytechNodeで FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory が発生したときの対応方法 --max-old-space-size でメモリ上限を増やす node --max-old-space-size=8192 index.js 参考 https://nodejs.org/api/cli.html#--max-old-space-sizesize-in-mib Discussion
Discussion