Answers for "composer with memory limit command"

PHP
1

composer memory limit

php -d memory_limit=512M /usr/local/bin/composer update
Posted by: Guest on October-07-2020
2

composer update withou memory limit

php -d memory_limit=-1 path_to_composer.phar_that_threw_the_error update
Posted by: Guest on May-07-2021

Code answers related to "composer with memory limit command"

Browse Popular Code Answers by Language