Degraded performance in virtualized environment #86
Closed
jfernandez
started this conversation in
General
Replies: 1 comment 7 replies
-
Trying to guess here, maybe a filesystem performance issue? Are you using 9p for your new rootfs instead of virtiofs? What does |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I normally use virtme-ng with a Thinkpad X1 Carbon running Ubuntu 22.10 and 6.5 kernel. That setup has no issues AFAIK. I just got a new laptop (Lenovo Slim Pro 9i), which is running Ubuntu 23.10 and the 6.7.9 kernel (to fix a keyboard issue). I've verified that virtualization is enabled in the BIOS. This new laptop has a noticeable performance degradation problem inside the virtualized environment.
I use
vng --rwdir .
to be able to compile selftests inside the VM. With the new laptop, runningLLVM=1 make -j20
is incredibly slow, and it doesn't look like its using all my vCPUs. Other issues I've encountered:ls -al
inside the bpf selftests root dir also makes the VM unresponsive.Beta Was this translation helpful? Give feedback.
All reactions