aboutsummaryrefslogtreecommitdiff
path: root/src/server/authserver/authserver.conf.dist
diff options
context:
space:
mode:
authorNay <dnpd.dd@gmail.com>2013-07-28 18:58:12 +0100
committerNay <dnpd.dd@gmail.com>2013-07-28 18:58:12 +0100
commite3f7be12efbef67a0d6c7213fba79d09941b2197 (patch)
tree1e454ed9309985b8d3ec9972559a4528dc5d220d /src/server/authserver/authserver.conf.dist
parentf71d894a215ed7cd9052913c9b07c8f62f0e99ca (diff)
Servers: Enable UseProcessors and ProcessPriority settings to be used on Linux
Diffstat (limited to 'src/server/authserver/authserver.conf.dist')
-rw-r--r--src/server/authserver/authserver.conf.dist7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/server/authserver/authserver.conf.dist b/src/server/authserver/authserver.conf.dist
index dda19c3b849..0a50601f86d 100644
--- a/src/server/authserver/authserver.conf.dist
+++ b/src/server/authserver/authserver.conf.dist
@@ -71,7 +71,9 @@ PidFile = ""
#
# UseProcessors
-# Description: Processors mask for Windows based multi-processor systems.
+# 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
# Default: 0 - (Selected by OS)
# 1+ - (Bit mask value of selected processors)
@@ -79,7 +81,8 @@ UseProcessors = 0
#
# ProcessPriority
-# Description: Process priority setting for Windows based systems.
+# Description: Process priority setting for Windows and Linux based systems.
+# Details: On Linux, a nice value of -15 is used. On Windows, process is set to HIGH class.
# Default: 1 - (High)
# 0 - (Normal)