Increase WordPress Memory Limit

The memory limit for your server can become a problem once your blog gains traffic. To increase the amount of memory limit allowed in PHP use this simple line of code in your wp-config file.

[php]
define(‘WP_MEMORY_LIMIT’, ’96M’);
[/php]

Recommended For You

About the Author: staff

Leave a Reply

Your email address will not be published.