[Solved] Allowed memory size of bytes exhausted

Web Guru DC
1 min readJul 22, 2020

If you have an error, that’s asking you to go to this link for memory issues.

First, check the actual memory limit from you php.ini file. I had mine set to 512M. If you are unable to find the PHP memory file. Here is the exact location.

/usr/local/etc/php/7.4/php-memroy-limits.ini

memory_limit = 4096Mupload_max_filesize = 512post_max_size = 512M

Update the following file, and you’re all set.

--

--

Web Guru DC

Web Guru DC is a web development agency in Washington DC. This is just a simple blog for the website.