react項目內存溢出,加大內存的方式之一 Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap

 

FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory

在 package.json 文件下加入 

"start": "set NODE_OPTIONS=--max_old_space_size=4096&&webpack-dev-server --inline",

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章