I have a high traffic-site. I run archive every 10 minutes, and still I get this error:
Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 8 bytes) in /example.org/plugins/Actions/Actions.php on line 253
Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 164 bytes) in /example.org/plugins/Actions/Actions.php on line 292
Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 79 bytes) in /example.org/core/FrontController.php on line 278
I noticed there is a solved bug-report about… should that be reopened, or another bug opened?
I have a standard installation (on a large computer), and the only special stuff set up are:
I haven’t looked at the code, but whenever I have run into something like this in the past (and no, unfortunately I haven’t got PHP 5.3 yet) is to use a shell script, to run the PHP script for i.e. 1000 entries… then rerun the PHP script for the next 1000 entries and so on, until all entries have been delt with…
Every time the shell script has run a session of the PHP script to the end, it releases memory-consumption, and the exhaustion shouldn’t happen…
As I wrote earlier, I haven’t had the time to see whether this is what is done, just trying to through ideas in your direction style_emoticons/<#EMO_DIR#>/wink.gif
I use Piwik in more than one place, but it would be lovely to get it working on my hightraffic site. People are “yelling” at me to get it to work style_emoticons/<#EMO_DIR#>/wink.gif
[quote=smet @ Oct 23 2009, 07:32 AM]Nothing changed here?
No-one else has a suggestion?
We would LOVE to use this, but it’s not possible for as big a site as this one…
/smet[/quote]
I updated the ticket at: http://dev.piwik.org/trac/ticket/766 to clarify the issue. I don’t think anyone is working on this task just now, so any help is greatly appreciated. We would really love to see this issue being fixed soon.