Hi,
I have a container which has very slow performance, and trying to debug this i realised that it's swapping so much even if it has a lot of RAM memory available:
These are the status graphs of the hypervisor:
As you can see the host does not seems to be overloaded.
Another strange thing is that the container is seeing 64 Gb of swap instead of 8:
Swappiness on the host node is 0:
Could you help me please?
Thanks!
I have a container which has very slow performance, and trying to debug this i realised that it's swapping so much even if it has a lot of RAM memory available:
These are the status graphs of the hypervisor:
As you can see the host does not seems to be overloaded.
Another strange thing is that the container is seeing 64 Gb of swap instead of 8:
Swappiness on the host node is 0:
Code:
root@node3 ~ # cat /proc/sys/vm/swappiness
0
Could you help me please?
Thanks!