I have several applications running in a Tomcat7 instance.
Once in a while, I notice that there are OutOfMemoryErrors in the log.
How can I find out, which application (ideally - which) class causes them?
Update 1 (25.12.2014 11:44 MSK):
I changed something in the application (added a shutdown call to a Quartz scheduler, when the servlet context is destroyed), which may have caused memory leaks.
Now my memory consumption charts look like shown below.
Does any of them indicate memory leaks in the application?
If yes, which one?