mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
Conf - UseProcessors option explained
A bit more detailed example to understand bit masks
This commit is contained in:
@@ -181,8 +181,11 @@ DBLogLevel = 1
|
||||
#
|
||||
# UseProcessors
|
||||
# Description: Processors mask for Windows and Linux based multi-processor systems.
|
||||
# Example: A computer with 2 CPUs:
|
||||
# 1 - 1st CPU only, 2 - 2nd CPU only, 3 - 1st and 2nd CPU, because 1 | 2 is 3
|
||||
# Example: For a computer with 3 CPUs:
|
||||
# 1 - 1st CPU only
|
||||
# 2 - 2nd CPU only
|
||||
# 4 - 3rd CPU only
|
||||
# 6 - 2nd + 3rd CPUs, because "2 | 4" -> 6
|
||||
# Default: 0 - (Selected by OS)
|
||||
# 1+ - (Bit mask value of selected processors)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user