Fatal error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 134217736 bytes)
Fatal error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 134217736 bytes) in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/Dep endencyResolver/RuleSet.php on line 84
问题
WIN10 下拉取 composer 时报如下错误。
Fatal error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 134217736 bytes) in phar://xxx/bin/composer.phar/src/Composer/Dep
endencyResolver/RuleSet.php on line 84

分析
原因是内存不够,打开 php.ini 配置文件,搜索 memory_limit 配置项,修改如下
memory_limit=-1

本文链接:https://www.choudalao.com/article/177
转载请注明来源,感谢尊重原创内容。
留言评论
支持表情、回复和点赞。评论需要先登录。