Composer Update: Allowed memory size exhausted
When I run composer update, I got memory limit error: Fatal error: Allowed memory size of 2147483648 bytes exhausted (tried to allocate 167772160 bytes) in phar:///usr/local/bin/composer/src/Composer/DependencyResolver/RuleSet.php on line 90 Tried solution from here: https://getcomposer.org/doc/articles/troubleshooting.md#memory-limit-errors Same error when I try: $ COMPOSER_MEMORY_LIMIT=-1 composer update Checked PHP memory limit: $ php -i | grep memory_limit memory_limit => … Read more