- IN our wp-config.php (public_html/wp-config.php) add the below code.
define('WP_MEMORY_LIMIT', '64M');
- In .htaccess file add the below code.
php_value memory_limit 64M
Fatal error: Allowed memory size of 67108864 bytes exhausted in Wordpress
Sometimes we found that error:
Fatal error: the Allowed memory size of 67108864 bytes exhausted.
Generally, we have the solution for this that can be attempted in the first try--