Composer update cannot allocate memory
I have Laravel 5 installed and am trying to use the composer update command via SSH. When I run the command, I get an error: mmap() failed: [12] Cannot allocate memory.
I tried updating my php.ini file to 4G (also tried -1) and added an .htaccess file with a suPHP_ConfigPath line as suggested elsewhere. Still getting the memory error. Any suggestions?
I tried updating my php.ini file to 4G (also tried -1) and added an .htaccess file with a suPHP_ConfigPath line as suggested elsewhere. Still getting the memory error. Any suggestions?
Let me know the outcome.