Composer Allowed memory size error

David Carr

1 min read - 27th May, 2020

Running composer to install a new package locally caused the following error:

PHP Fatal error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 4096 bytes) in phar:///usr/local/bin/composer/src/Composer/DependencyResolver/Solver.php on line 223

The solution was to allow my local setup to consume as much memory as it needs to run:

php -d memory_limit=-1 /usr/local/bin/composer require --dev knuckleswtf/scribe
0 comments
Add a comment

Copyright © 2006 - 2024 DC Blog - All rights reserved.