composer killed while updating or install
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了composer killed while updating or install相关的知识,希望对你有一定的参考价值。
"Killed" 通常意味着这个应用程序确实消耗了太多内存,简单粗暴的方法是增加内存(似乎有些困难)
然而,如果你是在线上的服务器上,不应该使用 “composer update
” 更新所有,可以考虑以下替代:
?
- 在大内存的本地机器或虚拟机里面执行composer update
- 拷贝composer.lock文件到你的线上机器
- 运行 composer install 即可
我是在VMware里处理的,解决。
以上是关于composer killed while updating or install的主要内容,如果未能解决你的问题,请参考以下文章
临时解决执行 Composer Install 返回 Killed 的问题
Error while waiting for device: The emulator process for AVD Pixel_2_XL_API_28 was killed.