Composer & Symfony - Fatal error: Out of memory
问题 I'm running Symfony 3.4 LTS with composer. My website works fine, but when I try to update any bundle with : php composer.phar update # or php composer.phar update symfony/symfony # or php composer.phar update swiftmailer/swiftmailer I get this error : PHP Fatal error: Out of memory [...] in phar:/// [...] Below is what I have already tested : increase my memory_limit from 196M to 1024M run the composer.phar with php -d memory_limit = -1 .. with no success. What else could I try ? By the way,