Memory bloated
Permalink
I keep getting an error like this:
Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 491520 bytes) in /hsphere/local/home/c350498/cellista.no/packages/bootstrap/models/bootstrap.php on line 1376
It happens once in a while, and it looks like the memroey requirenments keep increasing.
What can it be?
Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 491520 bytes) in /hsphere/local/home/c350498/cellista.no/packages/bootstrap/models/bootstrap.php on line 1376
It happens once in a while, and it looks like the memroey requirenments keep increasing.
What can it be?
24M is way too low if that's what your running. I've run with 128M for several versions. I'm not sure if your host will push it that high but it's better to be safe than sorry.
For those without phpinfo.php installed on their server, you can also read the amount of memory you're running from Dashboard -> System and Settings -> Environment Information.
For those without phpinfo.php installed on their server, you can also read the amount of memory you're running from Dashboard -> System and Settings -> Environment Information.
The minimum requirement is 64M for running c5, but the recommended amount is 128M.
I fear you will have to get your PHP configuration at the host to increase to 64M (preferably 128M), … or find another host that will.
I fear you will have to get your PHP configuration at the host to increase to 64M (preferably 128M), … or find another host that will.
unless my conversion is wrong it looks like it is saying you are running out of memory after only 25 meg - which sounds particularly low.
Can you check phpinfo to see what you memory_limit is?