Memory size limit exhausted – Host is 32M limited
-
This is regarding my blog at https://brijux.com
The site works fine but I can’t login to the admin panel. I only see white blank page after logging in. Enabling debug messages showed the following error.
“Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 491520 bytes) in /xxx/wp-admin/menu.php on line 235”
I tried adding
define('WP_MEMORY_LIMIT', '64M');
to wp-config.php but it doesn’t work. I checked with my host, they limit memory to 32M and I cant override it.My question is,
1) As I mentioned, I am not able to increase size beyond 32M. Is there any alternative to this solution?
2) What caused memory limit to get exhausted? I have no change in my blog (no wordpress update, no theme/plugin update).
- The topic ‘Memory size limit exhausted – Host is 32M limited’ is closed to new replies.