Answers for "fatal error: allowed memory size of 536870912 bytes exhausted (tried to allocate 262144 bytes) in d:\xampp\htdocs\pixel\wp-includes\class-wp-hook.php on line 303"

PHP
2

PHP Fatal error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 4096 bytes)

set COMPOSER_MEMORY_LIMIT=-1
Posted by: Guest on May-04-2021
2

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

Code answers related to "fatal error: allowed memory size of 536870912 bytes exhausted (tried to allocate 262144 bytes) in d:\xampp\htdocs\pixel\wp-includes\class-wp-hook.php on line 303"

Browse Popular Code Answers by Language