composer memory exhausted code example
Example 1: composer allowed memory size
COMPOSER_MEMORY_LIMIT=-1 composer require owen-it/laravel-auditing
Example 2: Allowed memory size of 1610612736 bytes exhausted
export COMPOSER_MEMORY_LIMIT=-1
COMPOSER_MEMORY_LIMIT=-1 composer require owen-it/laravel-auditing
export COMPOSER_MEMORY_LIMIT=-1