warvair / peerblock

Automatically exported from code.google.com/p/peerblock
Other
0 stars 1 forks source link

PeerBlock/PG2 memory leak with logging enabled #331

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Enable logging of allowed and blocked, and archive and remove every 7 days
2. Open 15 cmd windows and use "ping -t x.x.x.x" where x.x.x.x is a blocked IP
3. Wait for several minutes with the main windows in the tray

What is the expected output? What do you see instead?
Memory goes up every 1:15 mins

Please use labels and text to provide additional information.

Original issue reported on code.google.com by nightstalkerz on 28 Jun 2010 at 8:13

GoogleCodeExporter commented 9 years ago
Seems like some SQLite caching is done so it's a configuration issue.

Original comment by nightstalkerz on 7 Sep 2010 at 9:13