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
How to set EC2 Ubuntu default password
CPU & Memory usage in PHP
Install PHP mcrypt extension on Ubuntu