Zucca

joined 1 year ago
[–] Zucca@sopuli.xyz 9 points 1 year ago

Yeah.

At maximum a bug/issue tracker is needed.

[–] Zucca@sopuli.xyz -2 points 1 year ago (1 children)
[–] Zucca@sopuli.xyz 1 points 1 year ago

Oh, I'm familiar with ip command. I've just completely missed ss.

[–] Zucca@sopuli.xyz 2 points 1 year ago (2 children)

Wait? ss? why haven't I heard of this?

[–] Zucca@sopuli.xyz 3 points 1 year ago

foot

Foot works fine here also.

[–] Zucca@sopuli.xyz 2 points 1 year ago* (last edited 1 year ago) (1 children)

virt-manager uses QEMU/KVM by default. Some distros do work in containers too.

Xen turn your PC into a hypervisor. Where you can switch your OS without much hassle.

Making each OS boot on bare metal will make you cry if you want to be able to boot several different OSes.

[–] Zucca@sopuli.xyz 2 points 1 year ago (3 children)

Choose one:

  • XEN
  • virt-manager
[–] Zucca@sopuli.xyz 1 points 1 year ago

Yes. I stand corrected.

So the kernel memory management system wants to free up some RAM... it'll either kick stuff out of the page cache (this is the disk cache), or write some stuff out to swap. vm.swappiness determines "relative I/O cost" of swapping something out versus dropping some disk cache (i.e. how much you think it'll slow the system down.) Total value is 200, so default vm.swappiness=60 means page cache is 140 (200-60). 140/60=2.33, so it considers regular disk I/o to be about 2.33 times the speed of swap. Settings vm.swappiness=100 means swap and disk I/O are equally fast; on modern kernels, in case you had a fast swap system (like some auxillary RAM disk or optane ssds or something) you can even set vm.swappiness over 100 to say 150 to say swap is faster than your regular disk.

https://stackoverflow.com/questions/72544562/what-is-vm-swappiness-a-percentage-of

[–] Zucca@sopuli.xyz 4 points 1 year ago (3 children)

vm.swappiness value should be between 0 and 100 IIRC.

[–] Zucca@sopuli.xyz 28 points 1 year ago

My short answer:

Should I switch to Wayland?

Yes.

Applications that don't cope with wayland still work via Xwayland. Go ahead.

[–] Zucca@sopuli.xyz 1 points 1 year ago

Oh those times were truly horrible.

view more: ‹ prev next ›