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
Sounds like you have a connection pool with 10 connections, and the pool has statement caching enabled, without having the cache size limited to a healthy amount.