美文网首页vue
FATAL ERROR: Reached heap limit

FATAL ERROR: Reached heap limit

作者: Rose_yang | 来源:发表于2021-12-03 09:34 被阅读0次
    heap limit Allocation failed Javascript heap out of memory
    其实就是编译时的内存溢出,因为打包文件过大,刚好超过内存的限制大小造成编译中断
    
    

    实测生效方案:

    • 解决方案:使用 increase-memory-limit 插件,增加node服务器内存限制
    全局安装 npm install -g increase-memory-limit
    然后在当前项目执行  increase-memory-limit
    

    相关文章

      网友评论

        本文标题:FATAL ERROR: Reached heap limit

        本文链接:https://www.haomeiwen.com/subject/psqhtrtx.html