Categories
WordPress

How to Increase PHP Memory Limit of Your WordPress Website

You might find your WordPress website in need of more PHP Memory limit. The most common error you’ll encounter which points to the lack of PHP Memory limit would look like this:

Fatal error: Out of memory (allocated a certain number of bytes) (tried to allocate more bytes) in /absolute/path/to/one-of-the-WordPress-files/on-your-site.php on one line

You Can Fix This!

Fix-it Felix