-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracker memory leak: out of memory with default settings #735
Comments
Is this fixed by [and 1148 ? |
Sorry, but no. The only thing that changes is the line number. Used r1153 with default settings in generateVisits.php for testing. Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 71 bytes) in piwik/core/Common.php on line 647 |
I remember tryign to identify where the generator was leaking but couldn't pin point it; if you can find it it would be great.. |
(In [1305]) refs #735 - simplify structure of DataFiles/Countries.php |
It looks like there is a leak in Piwik_Tracker_Db's fetch(). The fix may be non-trivial since PDO doesn't have a free_result() method like MySQLi. |
Deferring to next milestone where Generator refactoring and server-side tracking API plugin being worked on. |
Bulk loading (eg via the VisitorGenerator) is hampered by a memory leak in the tracker. This is a blocker for #134.
The original bug report below:
The text was updated successfully, but these errors were encountered: