Error

Permalink 1 user found helpful
How come I keep getting this error?
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 10917 bytes)

 
kirkroberts replied on at Permalink Reply
kirkroberts
I ran into this same issue when trying to install c5 locally with MAMP.

Find for your php.ini file and search within it for "memory_limit". (If you're using MAMP that's in Applications > MAMP > conf > php5 > php.ini, and in mine memory_limit was on line 232.
The tip I found online suggested increasing that to 128M.

Install worked fine after that.

If this is on a webserver you may need to ask your host about altering php.ini.