composer require allowed memory size exhausted code example
Example 1: composer memory limit
php -d memory_limit=512M /usr/local/bin/composer update
Example 2: Allowed memory size of 1610612736 bytes exhausted
export COMPOSER_MEMORY_LIMIT=-1
php -d memory_limit=512M /usr/local/bin/composer update
export COMPOSER_MEMORY_LIMIT=-1