Answers for "how to fix PHP Fatal error: Allowed memory size of 1610612736 bytes exhausted"

PHP
22

Allowed memory size of 1610612736 bytes exhausted

export COMPOSER_MEMORY_LIMIT=-1
Posted by: Guest on October-29-2020
1

how to fix PHP Fatal error: Allowed memory size of 1610612736 bytes exhausted

php -d memory_limit=-1 composer.phar require hwi/oauth-bundle php-http/guzzle6-adapter php-http/httplug-bundle
Posted by: Guest on February-08-2021
1

Fatal error: Allowed memory size of 1610612736 bytes exhausted but already allocated 1.75G

In my case with Xampp with Windows 10

i just changed:

;memory_limit=512M 
by commenting this configuration, in php.ini to:

memory_limit =-1
Posted by: Guest on June-17-2021

Code answers related to "how to fix PHP Fatal error: Allowed memory size of 1610612736 bytes exhausted"

Browse Popular Code Answers by Language