While yes, there might be a memory leak it seems far more likely the application running is making bad decisions about keeping pointers to dead data around.
On Wed, May 12, 2021, 12:28 PM Howard White <[email protected]> wrote: > All, > > Just a hunch. And this may well have been addressed ages ago, hence my > post here. We keep servers going a long time between reboots and even > longer between software upgrades. Our current "java -version" is > 1.8.0_102. > > Said system was up over a year without restart and the swap space filled > up. I have subsequently learned how to push swap pages back to real > memory but that does not take away from the fact that the number of > memory pages consumed by jvm continues to grow ever so slowly. > > Am I observing a memory leak or is Java just that much of a pig? (not > that I have an opinion on that matter...) > > Howard > > -- > -- > You received this message because you are subscribed to the Google Groups > "NLUG" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nlug-talk?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "NLUG" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/nlug-talk/2e2917e1-30b6-5475-715a-c4522da38461%40vcch.com > . > -- -- You received this message because you are subscribed to the Google Groups "NLUG" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nlug-talk?hl=en --- You received this message because you are subscribed to the Google Groups "NLUG" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nlug-talk/CAOV1AysJbK_xoprXf5VTwdVP0yN2dOUT-pufUsraWHXqnKjmXw%40mail.gmail.com.
