BlissOS / bug_reports

0 stars 0 forks source link

15.8.6, each launch, long intensive disk write action #9

Closed promeneur closed 8 months ago

promeneur commented 8 months ago

openSUSE Tumbleweed QEMU 8.1 bliss 15.8.6

Script to launch bliss

`#!/bin/bash

qemu-kvm -enable-kvm -m 4096 -smp 4 -cpu host -display gtk,gl=on,zoom-to-fit=off -device virtio-vga-gl -device qemu-xhci,p2=5,p3=5,id=xhci -device usb-ehci,id=ehci -device usb-kbd -device usb-mouse -device usb-tablet -device usb-host,vendorid=0x046d,productid=0x0825 -device usb-host,bus=xhci.0,port=1,vendorid=0x0b05,productid=0x190e -device intel-hda -device hda-duplex,audiodev=snd0 -audiodev pipewire,id=snd0 -boot menu=on -nic bridge,mac=00:16:3e:4f:90:5a ~/QEMU_VM/Bliss-v15.8.6-x86_64-OFFICIAL-gapps-20230703.img ` each time I launch bliss then during about 16 mn, there is intensive disk write.

See the result of iotop

intense_disk_write

Xtr126 commented 8 months ago

Would be useful to monitor the disk I/O load of processes inside the VM, by executing /system_ext/bin/htop

promeneur commented 8 months ago

When running "/system_ext/bin/htop" I get

error opening terminal xterm-256color

Xtr126 commented 8 months ago

When running "/system_ext/bin/htop" I get

error opening terminal xterm-256color

Then try running export TERM=linux Not sure where you are running it, but in a root shell from Termux it should work fine.

promeneur commented 8 months ago

When running "/system_ext/bin/htop" I get error opening terminal xterm-256color

Then try running export TERM=linux Not sure where you are running it, but in a root shell from Termux it should work fine.

I run it in Termux with root right acquired with kernelsu. intense_disk_write_2

Thanks

promeneur commented 8 months ago

I try DOS partitioning and GPT partitioning. Same problem.

ram size for the VM = 8 G partition size for the VM = 64 G

I need much space for a geographical app.

promeneur commented 8 months ago

error opening terminal xterm-256color

No more problem since i set all the keyboard to "french"

promeneur commented 8 months ago

I send a report here https://github.com/BlissRoms-x86/support/issues/29

I close this issue