node的原始内存很小512M,当构建node_module文件包大于512M时,超出内存。构建package.json时需要添加node--max_old_space_size=1024
node环境内存溢出问题相关文章