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

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -