php - How to solve "Fatal error: Out of memory" in wordpress server -
i got fatal error:
out of memory (allocated 31981568) (tried allocate 32776 bytes) in
/homepages/2/d213994292/htdocs/pub_site/wordpress/wp-includes/formatting.php
on line 856
how solve it?
double value of memory_limit in php.ini file , restart apache.
for example:
memory_limit = 512m >>>> memory_limit = 1024m
Comments
Post a Comment