Ticket #735 (new Bug)
Tracker memory leak: out of memory with default settings
| Reported by: | black silence | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Feature requests |
| Component: | Core | Keywords: | |
| Cc: | Sensitive: | no |
Description (last modified by vipsoft) (diff)
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:
I get an out-of-memory error when I try to use the misc/generateVisits.php with default settings that comes with Piwik - tested on localhost with a memory limit of 128M
Maybe the default values should be lower than 20k visits. 200 visits work for me and I can run the generator multiple times if I need more :)
Lowering the number of visits generated is a quick fix and makes the generator usable for new users who want to try Piwik.
"Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 71 bytes) in piwik/core/Common.php on line 662
