i am a developer and sysadmin and I am using piwik for about 3 months on a high traffic site.
In the last 3 days we had about 200.000 page impressions a day and the archive cronjob dosen’t work any more.
I tried it directly at the shell and get this error:
Archiving period = year for idsite = 1…
PHP Fatal error: Allowed memory size of 2122317824 bytes exhausted (tried to allocate 5 bytes) in /var/www/piwik/core/DataTable.php on line 969
Fatal error: Allowed memory size of 2122317824 bytes exhausted (tried to allocate 5 bytes) in /var/www/piwik/core/DataTable.php on line 969
Piwik is running on an extra server just for piwik with a single core xeon and 2 GB RAM, so I couldn’t give php more memory…
Seems to me, that the archiving-process has memory-leaks and isn’t optimized.
Any hints? Tried all the hints from the FAQs and the docs…