blob: 20dc155058b9185a5a99b32f98fb846fef46a93d (
plain)
1
2
3
4
5
6
7
8
9
|
Host Writeback Affinity
~~~~~~~~~~~~~~~~~~~~~~~
Writebacks are pinned to core 0. The same configuration is applied in host Linux and guest VM.
::
$ echo 1 | sudo tee /sys/bus/workqueue/devices/writeback/cpumask
|