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]
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]