Wednesday, August 10, 2016

WordPress Memory Limit Increase | WP Learning Lab



Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL
WordPress Memory Limit Increase | WP Learning Lab

define(‘WP_MEMORY_LIMIT’, ’64M’);

In this tutorial you will learn how to increase the memory limit for your WordPress site. Usually the reason you want to do this is because a plugin or a theme is telling you that you need a higher memory limit for it to function properly.

Open your WordPress website’s wp-config file in cpanel or via FT. Paste the code below into it. You can paste it anywhere above where it says “Stop Editing. Happy Blogging”.

define(‘WP_MEMORY_LIMIT’, ’64M’);

The only thing you need to change in the snippet above is the ’64’. You can make that number whatever your plugin or theme is requesting. Usually it would be 64, 96, 128, or 256. I’ve never seen anything WordPress plugins or themes require more than 256.

Make sure you keep the “M” in the there. It tells WordPress that it’s megabytes.

If this change doesn’t fix the error then your host may be capping the WordPress PHP memory limit. Many hosts cap it at 8 megabytes, which isn’t much.

So that is how to increase WordPress PHP memory limit on your WordPress site.

Oh, one more thing. When you do a WordPress memory increase via the wp-config.php file the memory increase is only valid for that one website.

I hope this information helps you! If you have any questions leave a comment below or ping me @WPLearningLab on Twitter.

————–

If you want more excellent WordPress information check out our website where we post WordPress tutorials daily.

Home

Connect with us:

WP Learning Lab Channel: http://www.youtube.com/subscription_center?add_user=wplearninglab

Facebook: https://www.facebook.com/wplearninglab

Twitter: https://twitter.com/WPLearningLab

Google Plus: http://google.com/+Wplearninglab

Pinterest: http://www.pinterest.com/wplearninglab/

source

The post WordPress Memory Limit Increase | WP Learning Lab appeared first on Effective Guides for Digital Marketing / Internet Marketing / SEO Campaign.



from Effective Guides for Digital Marketing / Internet Marketing / SEO Campaign http://effectiveguide.com/wordpress-memory-limit-increase-wp-learning-lab/
via Earn Online

No comments:

Post a Comment