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?
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
Post a Comment