-
Notifications
You must be signed in to change notification settings - Fork 2
/
ControlPriority.toml
31 lines (27 loc) · 954 Bytes
/
ControlPriority.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[PriorityMod]
enabled = true
## Priorities
# No Change = -1
# Idle = 0
# Below Normal = 1
# Normal = 2
# Above Normal = 3
# High = 4
# Realtime = 5 (Run as Administrator is required) (Not Recommended)
# Check Microsoft official document for the details
# https://docs.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-setpriorityclass#parameters
priority = 4
## Affinity
# Process Affinity (0 = no change)
# Check Microsoft official document for the details
# https://docs.microsoft.com/en-us/windows/win32/procthread/processor-groups
# To set the value. You need CPU Affinity Mask Calculator
# https://bitsum.com/tools/cpu-affinity-calculator/
affinity = 0
## Dynamic Priority
# Priority and affinity will set to value below when lost focus
# Regain focus or not responding will set back to [PriorityMod] section
[DynamicPriority]
enabled = false
idle_priority = 1
idle_affinity = 0