hexo打包上传博文时,忽然报了一个致命错误,FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed 堆内存不够
一个简单的解决办法
| 1 | export NODE_OPTIONS="--max-old-space-size=8192" | 
或者直接在.bash_profile文件中配置,并全局生效
| 1 | vim ~/.bash_profile | 
hexo打包上传博文时,忽然报了一个致命错误,FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed 堆内存不够
一个简单的解决办法
| 1 | export NODE_OPTIONS="--max-old-space-size=8192" | 
或者直接在.bash_profile文件中配置,并全局生效
| 1 | vim ~/.bash_profile | 
Update your browser to view this website correctly. Update my browser now