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)
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 10917 bytes)
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.