Memory leak in JDBC4Connection

前端 未结 3 1100
花落未央
花落未央 2021-02-10 12:34

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

3条回答
  •  没有蜡笔的小新
    2021-02-10 13:17

    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?

提交回复
热议问题