You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to build a project within krunvm, I noticed relatively low CPU utilization compared to a Linux build.
Two screenshots attached to illustrate the effect, one building on Linux, the other building the same project on krunvm, in both cases using make -j12. I suspect that the use of virtiofs limits the I/O bandwidth sufficiently to starve the build, but I wonder if there is a good way to prove that. What makes me doubt, though, is that the WIO state (in red) is very low. Is that metric reliable on krunvm, or is there something that would impact it?
Linux build:
krunvm build:
The text was updated successfully, but these errors were encountered:
Is this with krunvm on macOS? I suspect steal time is not properly reported there. I haven't investigated which facilities (if any) provides Hypervisor.framework for this purpose.
When trying to build a project within krunvm, I noticed relatively low CPU utilization compared to a Linux build.
Two screenshots attached to illustrate the effect, one building on Linux, the other building the same project on
krunvm
, in both cases usingmake -j12
. I suspect that the use of virtiofs limits the I/O bandwidth sufficiently to starve the build, but I wonder if there is a good way to prove that. What makes me doubt, though, is that the WIO state (in red) is very low. Is that metric reliable onkrunvm
, or is there something that would impact it?Linux build:
krunvm build:
The text was updated successfully, but these errors were encountered: