Composer “Fatal error: Allowed memory size of X bytes exhausted”

Here the error generated when i tried to make composer update Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 72 bytes) in phar:///usr/local/bin/composer/src/Composer/DependencyResolver/Solver.php on line 700 To fix this you can run composer update without memory limit php -d memory_limit=-1 /usr/local/bin/composer update

Continue reading