The problem
Sometimes when using various Content Management Systems (e.g. WordPress, Joomla, etc.), you may encounter errors stating that you have exceeded the PHP memory limit. You may have noticed this during diagnostics after your website faults. An example of what the error may look like is:Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 71 bytes) in /home/user/public_html/index.php on line 744
.