Ticket #7518 (new task)
Cleanup Trac Imports
| Reported by: | cg@… | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | 0.13 |
| Component: | general | Version: | 0.12dev |
| Severity: | major | Keywords: | patch |
| Cc: | cg@… |
Description
Since I'm using Trac very much I have a big problem with it. It just leaks memory, a gc.collect() collects more than 10.000 objects after some requests.
I have just created a patch file that cleans up unused imports, star-imports are also deleted ('cause they clutter the namespace). Maybe that's a startingpoint to cleanup some things and let it leak less memory.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


