Open jay0129 opened 3 years ago
Unfortunately there is significant overhead to running the emulator in nested virtualization. We are working on adding instrumentation to get a better understanding of where we are experiencing slowdowns.
@pokowaka thank you for the explanation. However I think, I am not sure though, my vm doesn't use nested virtualization.
$cat /sys/module/kvm_intel/parameters/nested
N
I use
CentOS 7.9
with hardware specN3.8vCPU_32GB_100GB_SSD
.However, even though I enabled KVM and passed
devices: [/dev/kvm]
to the emulator, it is too slow to be used compared to same spec of Physical machine.What I did to enable KVM is:
And standard error message when running docker is:
Could you help me identifying the problem here?