DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=42670>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=42670 Summary: Chainsaw is highly sluggish when running for extended amount of time. Product: Log4j Version: unspecified Platform: Other OS/Version: other Status: NEW Severity: major Priority: P2 Component: chainsaw AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Chainsaw is highly sluggish when running for extended amount of time. It happens when there is a big number of LoggingEvents for each tab. The problem is that ChainsawCyclicBufferTableModel creates HashSet (idSet) to keep id number for each row and never removes entries from this hashSet. That's why the amount of used memory is constanlty growing. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
