Mention cpufreq.default_governor

This commit is contained in:
Robbert van der Helm
2022-09-04 20:43:43 +02:00
parent 2d7438785c
commit bd1ae30e2d
+3 -1
View File
@@ -668,7 +668,9 @@ negative side effects:
- Make sure that you're using the performance frequency scaling governor, as - Make sure that you're using the performance frequency scaling governor, as
changing clock speeds in the middle of a real time workload can cause latency changing clock speeds in the middle of a real time workload can cause latency
spikes. spikes. Since Linux 5.9 it's possible to do this by setting the
`cpufreq.default_governor=performance` to the kernel's command line in your
boot loader configuration.
- The last but perhaps the most important thing you can do is to use a build of - The last but perhaps the most important thing you can do is to use a build of
Wine compiled with Proton's fsync or FUTEX2 patches. This can improve Wine compiled with Proton's fsync or FUTEX2 patches. This can improve