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