-
Notifications
You must be signed in to change notification settings - Fork 657
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HIGH CPU usage of qemu-system-x86 #1964
Comments
Hi @adaholycs, can you please try if We just released a new version, and somehow it must be causing this issue. Can you please say what's your host OS? |
@adaholycs the |
Thanks for the fast reply I will check it! I see popping up: My operating system is 18.04 I do not upgrade to 20.04. It seems like multipass does not like 20.04, yet. |
Yes now my CPU is silent! Both machines are fine after the revert! |
How to check this. What do you mean? |
@adaholycs I think we found what the problem is, do you have the multipass.gui running? You should see the Multipass logo on your system tray. If so, please close it and see if the CPU usage stays down, even after You can also disable it permanently with |
Hello, indeed this helps to avoid the high CPU issue. Thank you very much! For anyone having the same issue: Best, |
Fixed by #1965. |
@adaholycs would you please try the version from the
Remember please to start the Multipass GUI app and see if the CPU situation is normal. Thanks! |
Yes the CPU usage is normal with multipass gui started. |
Describe the bug
Since today the CPU of my VMs each is raging between 100% and 200%
To Reproduce
Expected behavior
Since the VMs just started and no process is launched on the VM which requires high CPU, I expect very low CPU usage when monitoring the VMs. This was the behavior in the past month.
Logs
ps aux | grep qemu-system-x86
root 3627 60.2 7.3 8299992 1200044 ? Sl 17:51 29:41 /snap/multipass/3387/usr/bin/qemu-system-x86_64 --enable-kvm -device virtio-scsi-pci,id=scsi0 -drive file=/var/snap/multipass/common/data/multipassd/vault/instances/relay/ubuntu-18.04-server-cloudimg-amd64.img,if=none,format=qcow2,discard=unmap,id=hda -device scsi-hd,drive=hda,bus=scsi0.0 -smp 2 -m 4096M -device virtio-net-pci,netdev=hostnet0,id=net0,mac=52:54:00:9f:4c:31 -netdev tap,id=hostnet0,ifname=tap-643df183fe0,script=no,downscript=no -qmp stdio -cpu host -chardev null,id=char0 -serial chardev:char0 -nographic -cdrom /var/snap/multipass/common/data/multipassd/vault/instances/relay/cloud-init-config.iso
Additional info
multipass version
multipass 1.6.1
multipassd 1.6.1
multipass info --all
Name: relay
State: Running
IPv4: 10.52.196.75
Release: Ubuntu 18.04.5 LTS
Image hash: 04a92109979d (Ubuntu 18.04 LTS)
Load: 1.92 0.78 0.29
Disk usage: 21.0G out of 24.1G
Memory usage: 102.8M out of 3.9G
I am happy to provide more logs, if you have a clue what can cause this issue.
The text was updated successfully, but these errors were encountered: