meefik / linuxdeploy

Install and run GNU/Linux on Android
https://meefik.github.io/linuxdeploy
GNU General Public License v3.0
5.22k stars 680 forks source link

ubuntu chroot load is very high #1293

Closed Tzxhy closed 2 years ago

Tzxhy commented 2 years ago

image image image

I found that system load is always high to 35 above. CPU and Mem usages seems to be ok. The weird thing is that in(interrupter), cs(context switch) in ubuntu is bigger than that i got in adb shell.

I don't know if this problem has an impact on the stability of the ubuntu system. If any, please help to improve this. Thanks.

Tzxhy commented 2 years ago

And I found that many android system commands are running. Are these necessary?

Tzxhy commented 2 years ago

BTW, I found load in origin android system is still high.

 14:22:59 up 25 min,  0 users,  load average: 35.12, 35.04, 28.49

So, load in ubuntu high is correct in some way?