Wednesday, June 6, 2012

How to increase WordPress memory limit, the easy way

Simply open your wp-config file, located at the root of your WordPress install, and paste the following code in it. Once saved, WordPress will be able to use as much memory as specified.

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

No comments:

Post a Comment