Even better, use the official (and standard) Wordpress approach:
define('WP_MEMORY_LIMIT', '41M');
Ref: http://codex.wordpress.org/Editing_wp-config.php
Camu
On 10/8/2010 4:05 PM, Paolo Dolci wrote:
> Try to put this string in the wp-config.php
>
> Ini_set("memory_limit",256M);
>
> ;)