Memory Issue

Posted in: Newspaper
Post count: 132

My status panel shows that my memory is at 40 MB/request – and that you recommend setting memory to at least 64MB. The theme is well tested with a 40MB/request limit, but if you are using multiple plugins that may not be enough. See: Increasing memory allocated to PHP. You can also check our guide here.

Your guide is very confusing and my host company says that your message to me is all wrong. What gives?

Post count: 9544

You need to increase the memory to 64MB or more in both your hosting setup and in your wp-config.php file. Common solution when using complex page builders. Google it. 🙂

Post count: 132

Well – something is wrong because if you look at https://www.infomeddnews.com/phpinfo.php and look at my memory limit, it shows that I have 256MB

So what gives?

Post count: 9544

And so you also updated wp-config.php to tell WP that it can use that much memory ? You *have* to do that to increase default from 40MB.

e.g.,
define( 'WP_MEMORY_LIMIT', '64M' );

You might find it useful to review the actual documentation for WordPress, as it’s a great place to learn how things work ‘under the hood’ as it were:
https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

  • This reply was modified 8 years by simchris.
Post count: 132

Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.