Tag Archives: 33554432

WordPress Update; “Allowed memory size of…” error

Ever go to update WordPress and received this error? Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2516357 bytes) in /home/edm/public_html/wp-includes/http.php on line 1363 That’s because the php.ini is setup to only allocate so much memory to script execution. In this case, my .ini file was set to only allocate 32MB; [...]