Jump to content

[SOLVED] who can help me with this error : PHP Fatal error: Allowed memory size of 67108864 bytes exhausted


Recommended Posts

I do get a lot of errors in my root (error_log) and I have this over 15 times a day.

[01-Dec-2010 17:05:52] PHP Fatal error:  Allowed memory size of 67108864 bytes exhausted (tried to allocate 86 bytes) in /classes/Product.php on line 2188



this line 2188 seems to be :

if (array_key_exists($cacheKey, self::$producPropertiesCache))



Is there anybody that can explain this to me?

thanks a lot for any clue or tip.

D.

Link to comment
Share on other sites

Just contacted the host firm.

I had in my php file a memory limit of 64MB,
so I just reased it to 100MB

this error occours on search in the db by customers.
since I have 10.000 articles, must be that the db and app need some hard memory :-)

let's hope this will solve the problem.

Link to comment
Share on other sites

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...