LoginSignup
0
0

More than 3 years have passed since last update.

Composer updateでmemory-limit-errorsになる場合の対処方法

Posted at

Composer update実行時のmemory-limit-errors対象方法

エラーの内容

PHP Fatal error:  Allowed memory size of 1610612736 bytes exhausted (tried to allocate 134217736 bytes) in /usr/share/php/Composer/DependencyResolver/RuleSet.php on line 84

Fatal error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 134217736 bytes) in /usr/share/php/Composer/DependencyResolver/RuleSet.php on line 84

Check https://getcomposer.org/doc/articles/troubleshooting.md#memory-limit-errors for more info on how to handle out of memory errors.[frontapps@localhost smartcity-dashboard-service]$ compCOMP

対処方法

composer updateコマンドの頭に以下のようにMemory limitの条件をつける。

COMPOSER_MEMORY_LIMIT=-1 composer update
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0