摘要: 运行项目,发现出现如上所示GC内容,这是内存溢出了。总结一下方法有如下几种 : 第一种: “build-prod”: “node --max_old_space_size=8192 ./node_modules/@angular/cli/bin/ng build --prod”,保存; 第二种: n 阅读全文
posted @ 2021-07-13 09:49 Huathy 阅读(27) 评论(0) 推荐(0)