bweaver
bweaver

Reputation: 143

Wordpress : Fatal error: Allowed memory ... exhausted

I read through the answers on questions similar to this one, and haven't found anything that has resolved this issue.

I am receiving the following error on various pages on my site.

Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 7680 bytes) in [...]/wp-includes/taxonomy.php on line 2930

The steps I've tried to resolve this are:

There's only a few plug-ins installed, the site is on shared hosting, it receives maybe 5-10 views a day.

Any thoughts on how to resolve the memory issue? Is it an issue with the cache? I have an email out to my webhost.

Upvotes: 0

Views: 2063

Answers (1)

Pekka
Pekka

Reputation: 449385

From experience, 16MB is very little for a Wordpress installation as it is - WP simply is very fat. If you then have a few plugins running, you will be bound to hit the limit frequently.

Maybe somebody can come up with some memory saving tweaks, but failing that, I think talking to your provider and asking them to raise the limit to 24 or (better) 32MB is the best way to go.

Upvotes: 3

Related Questions