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
Try increase the memory_limit value in your active php.ini file.
; Maximum amount of memory a script may consume (128MB) ; http://php.net/memory-limit memory_limit = 512M
For example.