Composer: PHP Fatal error: Allowed memory size exhausted
You can try the below solution
1 2 3 4 5 |
COMPOSER_MEMORY_LIMIT=-1 composer update |
The complete guide to the beginners as well as to the experienced Web Developers
Composer: PHP Fatal error: Allowed memory size exhausted
You can try the below solution
1 2 3 4 5 |
COMPOSER_MEMORY_LIMIT=-1 composer update |
More Stories
Connect to a server with cURL over SSL
Text to speech
SSH into Ubuntu EC2 instance post blocking port 22 with UFW – Cloud Computing