Whenever I try to install a new laravel project, I receive the following error:
PHP Fatal error: Uncaught exception 'ErrorException' with message 'proc_open(): fork failed - Cannot allocate memory' in phar:///usr/local/bin/composer/vendor/symfony/console/Symfony/Component/Console/Application.php:990
Does anyone have any idea why this error may be occurring, I'm running the server on nginx.
If any other details may be required, list them as a comment and i'll happily edit + update the post, thank you.