Fatal error: Allowed memory size

Permalink
Hi, I got the following error:
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 290461 bytes) in /home/xxxxx/domains/xxxxx.nl/public_html/voorbeeld/c5-2/concrete/libraries/3rdparty/Zend/Cache/Backend/File.php on line 962

I asked the hosting company to increase the PHP memory size but I still get the error, on refresh it changes betweeen the following 2 errors:
Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 290461 bytes) in /home/xxxxx/domains/xxxxx.nl/public_html/voorbeeld/c5-2/concrete/libraries/3rdparty/Zend/Cache/Backend/File.php on line 962

Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 278 bytes) in /home/xxxxx/domains/xxxxx.nl/public_html/voorbeeld/c5-2/concrete/libraries/3rdparty/Zend/Cache/Core.php on line 312

Is there a way to find out what is going wrong.
I can't login (get the error when visiting the url) so I can't reach dashboard or system..

Any ideas. Thanks!

 
studio4graphics replied on at Permalink Reply
So I tried deleting cache and tmp files to see if it stops the error but it does not help.
Do I have any other options? If I backup the database and reinstall Concrete5 I probably end up getting the same error...
exchangecore replied on at Permalink Reply
exchangecore
Something is severely wrong there. There's no way concrete5 should be using anywhere near 512mb of memory by itself. My first guess would be some programming customization or a package.

Any chance something in your environment recently changed? Theme modification? Host move? New Package Installed? Based on what you're showing here the only real conclusion we can draw is that you're running out of memory.
studio4graphics replied on at Permalink Reply
I really have no idea. The site worked, few day later it didn't work.
Is there something I can do in database or something else? Or do I have to reinstall C5 and fill the website from start..