How to Fix WordPress Memory Exhausted Error
Are you looking for ways to fix the WordPress Memory Exhausted error on your WordPress site?
If you use a lot of multimedia in your WordPress site or it has huge scripts, you may encounter the following error messages when adding a new file to your WordPress site:
- Fatal error: Allowed memory size of X bytes exhausted (tried to allocate x bytes) in /path/to/script
- PHP Fatal error: Out of memory (allocated X) (tried to allocate Y bytes) in /path/to/script
The error means that your WordPress website needs additional PHP memory to execute the PHP scripts it requires to function effectively.
In this post, we’ll show you how to fix the error, why it occurs, and how to increase your website’s memory limit for better performance of your site.
Continue Reading