Same problem for us on 24 of 26 Debian VMs since we upgraded to v8 and new kernel accordingly. Every time we move the VMs e.g. when restarting the host the VM freezes with 40-100% CPU load and wont respond to network requests or terminal.
We use CEPH but don't have file descriptor limit issues and further tuning them did not help either.
We don't use KSM.
We don't want to disable mitigations they are there for a reason.
We use CEPH but don't have file descriptor limit issues and further tuning them did not help either.
We don't use KSM.
We don't want to disable mitigations they are there for a reason.
Code:
strace -c -p 35163
strace: Process 35163 attached
^Cstrace: Process 35163 detached
% time seconds usecs/call calls errors syscall
------ ----------- ----------- --------- --------- ----------------
99.96 36.947836 69061 535 ppoll
0.02 0.009002 11 814 192 futex
0.01 0.002379 1 2008 write
0.00 0.001371 2 517 read
0.00 0.000726 1 491 recvmsg
0.00 0.000030 3 10 sendmsg
0.00 0.000011 5 2 close
0.00 0.000010 5 2 accept4
0.00 0.000006 1 4 fcntl
0.00 0.000003 1 2 getsockname
------ ----------- ----------- --------- --------- ----------------
100.00 36.961374 8429 4385 192 total
Last edited: