gulp is Killed irregularly

本秂侑毒 提交于 2019-12-04 04:09:00

Unfortunately, Killed is caused by the kernel and is due to the memory of the machine running out. This was done on a 512Mb Virtual Machine and the memory wasn't sufficient enough for doing gulp builds. I had to do the bundling on another machine and transfer that code to this machine as a work around instead of simply giving the machine more memory, that would work too. Hope that helped someone else...

I faced the same problem. I have a 1 GB ram server and the gulp process was getting killed. I disabled any linting tasks in production mode which reduced the memory consumption quite a bit.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!