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
In my case, I was facing this error because of running composer install inside vagrant box. Running it inside my host machine didn't cause the issue.
composer install