Details
Description
On the production enviroment qe have a big problem(OutOfMemoryError [3GB]). After view the results of the JMeter tool we realice that there are a lot of clases that are uploaded in memory causing an OutOfMemoryError it seems like a memory leak:
com.ibatis.sqlmap.engine.scope.RequestScope
java.util.HashMap
com.ibatis.sqlmap.engine.scope.ErrorContext
com.ibatis.sqlmap.engine.scope.SessionScope
com.ibatis.sqlmap.engine.mapping.parameter.BasicParameterMapping
com.ibatis.sqlmap.engine.mapping.parameter.result.BasicResultMapping
....
I have uploaded a file where you can see the incremental uploading of those clases :s, please help ! :S