Editing wp-config.php file #
define('WP_MEMORY_LIMIT', '256M');
WordPress memory may be handled different, that’s why you need to set this in any case.
Editing your PHP.ini file #
memory_limit = 256M;
Editing your .htaccess file #
php_value memory_limit 256M