I have a DigitalOcean VPS I pay 15 bucks monthly for, I'm trying to install laravel envoy task runner with this command:
composer global require laravel/envoy
But I get the following error:
mmap() failed: [12] Cannot allocate memory
mmap() failed: [12] Cannot allocate memory
PHP Fatal error: Out of memory (allocated 459276288) (tried to allocate 2131644 bytes) in /usr/share/php/Composer/Util/RemoteFilesystem.php on line 419
Fatal error: Out of memory (allocated 459276288) (tried to allocate 2131644 bytes) in /usr/share/php/Composer/Util/RemoteFilesystem.php on line 419
Any ideas ?