You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
just some suggestions because cset is no longer usable for many: SUSE/cpuset#40
i tried to replicate what `cset` does in your original script with the suggestions from the linked issue.
i am unsure if setting the `/sys/bus/workqueue/devices/writeback/cpumask` is superflous if `nohz_full` is configured
Copy file name to clipboardExpand all lines: pages/gaming-vm-performance.md
+28-3Lines changed: 28 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,8 @@ Script that orchestrates resource allocation and release. Change variables at st
101
101
# Based on Thomas Lindroth's shell script which sets up host for VM: http://sprunge.us/JUfS
102
102
# put this script to /etc/libvirt/hooks/qemu
103
103
104
+
# ideally also set the nohz_full=<$VIRT_CORES> kernel boot option to shield your VIRT_CORES from various kernel jobs (see https://www.suse.com/c/cpu-isolation-nohz_full-part-3/)
0 commit comments