composer 出现 “Fatal error: Allowed memory size of * bytes exhausted (tried to allocate 4096 bytes) …”

在使用composer时出现内存超出限制错误:

PHP Fatal error:  Allowed memory size of 1610612736 bytes exhausted (tried to allocate 4096 bytes) in phar://D:/xampp/php/composer.phar/src/Composer/DependencyResolver/RuleSetGenerator.php on line 129

composer

解决

在命令中临时解除内存限制

php -d memory_limit=-1 D:\xampp\php\composer.phar require promphp/prometheus_client_php -vvv

这样就行了。

composer 出现 “Fatal error: Allowed memory size of * bytes exhausted (tried to allocate 4096 bytes) …”

原文链接:https://beltxman.com/3823.html,若无特殊说明本站内容为 行星带 原创,未经同意禁止转载。

发表评论

您的电子邮箱地址不会被公开。

Scroll to top