I\'m trying to catch a memory leak in one of our Java daemons, and after dumping the memory and analyzing it via Memory Analyzer Tool, noticed that most of the leak is caused by
I'm pretty sure that we closing all of the MySQL resources
If not 100% sure, please show how you're closing your connections.
Are you using a connection pool? Would it happen to have a pool size of 10?