java process consuming memory higher than total RAM in top command but not visible in jconsole

362 Views Asked by At

I have a server with docker container containing java processes. One of the processes is consuming memory more than 100%(117%) visible in top command.

I crosschecked using ps aux command but RSS and VSS values are even higher.

in free -g used memory is lesser.

When I checked in our jconsole memory is under control as given in java_opts max heap value.

Can someone suggest me do I need to panic or it is some expected condition

0

There are 0 best solutions below