Huge resident size despite small heap

Shawn Heisey java at elyograg.org
Mon Mar 28 15:51:58 UTC 2022


On 3/28/22 09:31, Stefan Reich wrote:
> Hi Shawn - interesting, but that's not it... 
> https://botcompany.de/images/1103113

That makes me suspect that Java is not being given the memory options 
you think it is.  Take a look at the output from this command, and share 
it if you can, substituting the correct PID number if that has changed:

ps axww | grep 6344

If the ps on that system doesn't like those options, replace "axww" with 
"-aef".

Thanks,
Shawn



More information about the hotspot-gc-use mailing list