java - Linux VIRT memory while running JAR file -


i have jar pretty lightweight, thing virt memory in linux increasing , never going down, thinking had memory leak started seeing memory increase happening every time printed out console. (since app monitoring it's printing console)

could console printing? or i'm missing leak somewhere?

i had memory leak, re-creating objects witout destroying. closed.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -