java - Does the OpenJDK JVM have cache/buffers that may look like a memory leak? -


i'm developing application runs on openjdk jvm , tracking memory usage. resident set size seems increasing on time. i'm wondering if there might buffering or caching going on inside jvm this, , if there is, how account figure out whether application leaking? enter image description here

this graph showing statistics collected on time. 1 causes alarm white 1 (it's plotted against right axis): graph of derivative of processes's memory usage. it's positive, means memory usage growing.


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -