I got this error when running composer.phar update on my VM:
composer.phar update
PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried t
Increasing the memory_limit value on my php.ini did not solve my problem. What I did was:
memory_limit
php.ini
And that did the trick!