From f087de38ad68be4fbb5908b406c7452bcce220f5 Mon Sep 17 00:00:00 2001 From: Boring3 <16686147+Nyrest@users.noreply.github.com> Date: Sat, 4 May 2024 10:55:04 +0800 Subject: [PATCH] Add affinity bitmask example --- FallrimPriority.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FallrimPriority.ini b/FallrimPriority.ini index b6eb5fc..87f65ae 100644 --- a/FallrimPriority.ini +++ b/FallrimPriority.ini @@ -20,7 +20,7 @@ priority=3 ## Directing them to use the right logical processors to ## reducing thread competitions with other processes. ## Set this value to "auto" to let FallrimPriority find the best value for your PC. -## You can also manually setting it with a bitmask value +## You can also manually setting it with a bitmask value (e.g 0xFFFFF5 for 3900X) affinity="auto" ### Disable CPU-0 (Auto Process Affinity)