composerで「Allowed memory size of …」メモリ不足エラーが出た時

composer requireやcomposer install / updateをすると・・

PHP Fatal error:  Allowed memory size of 1610612736 bytes exhausted (tried to allocate 4096 bytes)

こんなエラーが出て実行できない(T . T)

対処法

メモリが足りないよ〜って言われてるので一時的に上限上げて実行すればOK

php -d memory_limit=-1 composer require ***

もしこんなエラーが出たら
Could not open input file: composer

フルパスを指定してあげる
php -d memory_limit=-1 /usr/local/bin/composer require ***

\ 案件のご依頼・ご相談はこちらから /