WP Memory Limit

Posted in: Newspaper
Post count: 249

Hi,

I’ve been in touch with my host and they said that my memory limit is 164M but when I look at the System Status it’s 40, see: http://take.ms/i7Ihz

What could be the problem?

Post count: 9544

Hey!
You need to add the memory limit change in your wp-config.php file, to raise it from the default 40MB which is done by WP.

I have info on that in my sticky optimization tutorial, in my section on changes to the wp-config.php file.

Or, see:
https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

define( 'WP_MEMORY_LIMIT', '96M' );

Post count: 249

There was me thinking I had to wait until Monday for a response!

Worked a treat. Thank you Chris!

Post count: 9544

🙂

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.