@sn3ek
14 years, 8 months ago
The easiest way to configure the php_value memory_limit is to create an .htaccess file in your root folder of your wordpress installation and pass the string into a new line:
php_value memory_limit 50MB;
This works fine for me!