Score:0

High CPU Usage - Android Emulator (qemu-system-x86)

kg flag

Distro - Ubuntu 20.04.2 LTS x86_64 System Specs - RAM: 8G CPU: AMD Ryzen 5 3550H with Radeon V GPU: AMD ATI 05:00.0 Picasso GPU: NVIDIA GeForce GTX 1650 Mobile

Running only android studio works just fine but when i try to just open my firefox it becomes too much for the system and it makes the whole system slow like can't even open my terminal. I have to press and hold my power button to shutdown and reboot.

enter image description here

top You can see here the %CPU is 600.3 which is insane!!! enter image description here

enter image description here

in flag
Can you [edit] your question to include the output of `free -m`? Knowing a bit more about your system memory information will help
Pranav Bobde avatar
kg flag
@matigo now good?
Score:0
ca flag

I Had the same problem. Add a dedicated swap file or partition of 2x ram.

In my case was solved by adding 16G of swap and later I bought more ram.

try...

sudo dd if=/dev/zero of=/swapfile bs=1MiB count=$((16*1024))
sudo mkswap /swapfile
sudo swapon /swapfile

then add a line to /etc/fstab like this

/swapfile swap swap defaults 0 0

try it. regards.

Pranav Bobde avatar
kg flag
I am getting this error - swapon: /swapfile: swapon failed: Invalid argument
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.