Decreased thread and connection configs to prevent VPS issues.
This commit is contained in:
parent
418b558abc
commit
3c67b04817
@ -55,8 +55,8 @@ Login = root
|
||||
# Database connection password
|
||||
Password =
|
||||
|
||||
# Default: 500
|
||||
MaximumDbConnections = 500
|
||||
# Default: 100
|
||||
MaximumDbConnections = 100
|
||||
|
||||
# Default: 0
|
||||
MaximumDbIdleTime = 0
|
||||
@ -137,7 +137,7 @@ ScheduledThreadPoolCount = -1
|
||||
|
||||
# Specifies how many threads will be in a single scheduled pool.
|
||||
# Default: 4
|
||||
ThreadsPerScheduledThreadPool = 40
|
||||
ThreadsPerScheduledThreadPool = 4
|
||||
|
||||
# Determines the amount of instant thread pools. If set to -1, the server will decide the amount depending on the available processors.
|
||||
# Default: -1
|
||||
@ -145,10 +145,10 @@ InstantThreadPoolCount = -1
|
||||
|
||||
# Specifies how many threads will be in a single instant pool.
|
||||
# Default: 2
|
||||
ThreadsPerInstantThreadPool = 20
|
||||
ThreadsPerInstantThreadPool = 2
|
||||
|
||||
# Default: 2
|
||||
UrgentPacketThreadCoreSize = 20
|
||||
UrgentPacketThreadCoreSize = 2
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
|
@ -55,8 +55,8 @@ Login = root
|
||||
# Database connection password
|
||||
Password =
|
||||
|
||||
# Default: 500
|
||||
MaximumDbConnections = 500
|
||||
# Default: 100
|
||||
MaximumDbConnections = 100
|
||||
|
||||
# Default: 0
|
||||
MaximumDbIdleTime = 0
|
||||
@ -137,7 +137,7 @@ ScheduledThreadPoolCount = -1
|
||||
|
||||
# Specifies how many threads will be in a single scheduled pool.
|
||||
# Default: 4
|
||||
ThreadsPerScheduledThreadPool = 40
|
||||
ThreadsPerScheduledThreadPool = 4
|
||||
|
||||
# Determines the amount of instant thread pools. If set to -1, the server will decide the amount depending on the available processors.
|
||||
# Default: -1
|
||||
@ -145,10 +145,10 @@ InstantThreadPoolCount = -1
|
||||
|
||||
# Specifies how many threads will be in a single instant pool.
|
||||
# Default: 2
|
||||
ThreadsPerInstantThreadPool = 20
|
||||
ThreadsPerInstantThreadPool = 2
|
||||
|
||||
# Default: 2
|
||||
UrgentPacketThreadCoreSize = 20
|
||||
UrgentPacketThreadCoreSize = 2
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
|
@ -55,8 +55,8 @@ Login = root
|
||||
# Database connection password
|
||||
Password =
|
||||
|
||||
# Default: 500
|
||||
MaximumDbConnections = 500
|
||||
# Default: 100
|
||||
MaximumDbConnections = 100
|
||||
|
||||
# Default: 0
|
||||
MaximumDbIdleTime = 0
|
||||
@ -137,7 +137,7 @@ ScheduledThreadPoolCount = -1
|
||||
|
||||
# Specifies how many threads will be in a single scheduled pool.
|
||||
# Default: 4
|
||||
ThreadsPerScheduledThreadPool = 40
|
||||
ThreadsPerScheduledThreadPool = 4
|
||||
|
||||
# Determines the amount of instant thread pools. If set to -1, the server will decide the amount depending on the available processors.
|
||||
# Default: -1
|
||||
@ -145,10 +145,10 @@ InstantThreadPoolCount = -1
|
||||
|
||||
# Specifies how many threads will be in a single instant pool.
|
||||
# Default: 2
|
||||
ThreadsPerInstantThreadPool = 20
|
||||
ThreadsPerInstantThreadPool = 2
|
||||
|
||||
# Default: 2
|
||||
UrgentPacketThreadCoreSize = 20
|
||||
UrgentPacketThreadCoreSize = 2
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
|
@ -55,8 +55,8 @@ Login = root
|
||||
# Database connection password
|
||||
Password =
|
||||
|
||||
# Default: 500
|
||||
MaximumDbConnections = 500
|
||||
# Default: 100
|
||||
MaximumDbConnections = 100
|
||||
|
||||
# Default: 0
|
||||
MaximumDbIdleTime = 0
|
||||
@ -137,7 +137,7 @@ ScheduledThreadPoolCount = -1
|
||||
|
||||
# Specifies how many threads will be in a single scheduled pool.
|
||||
# Default: 4
|
||||
ThreadsPerScheduledThreadPool = 40
|
||||
ThreadsPerScheduledThreadPool = 4
|
||||
|
||||
# Determines the amount of instant thread pools. If set to -1, the server will decide the amount depending on the available processors.
|
||||
# Default: -1
|
||||
@ -145,10 +145,10 @@ InstantThreadPoolCount = -1
|
||||
|
||||
# Specifies how many threads will be in a single instant pool.
|
||||
# Default: 2
|
||||
ThreadsPerInstantThreadPool = 20
|
||||
ThreadsPerInstantThreadPool = 2
|
||||
|
||||
# Default: 2
|
||||
UrgentPacketThreadCoreSize = 20
|
||||
UrgentPacketThreadCoreSize = 2
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
|
@ -95,7 +95,7 @@ ScheduledThreadPoolCount = -1
|
||||
|
||||
# Specifies how many threads will be in a single scheduled pool.
|
||||
# Default: 4
|
||||
ThreadsPerScheduledThreadPool = 40
|
||||
ThreadsPerScheduledThreadPool = 4
|
||||
|
||||
# Determines the amount of instant thread pools. If set to -1, the server will decide the amount depending on the available processors.
|
||||
# Default: -1
|
||||
@ -103,7 +103,7 @@ InstantThreadPoolCount = -1
|
||||
|
||||
# Specifies how many threads will be in a single instant pool.
|
||||
# Default: 2
|
||||
ThreadsPerInstantThreadPool = 20
|
||||
ThreadsPerInstantThreadPool = 2
|
||||
|
||||
# This is the server id that the gameserver will request (i.e. 1 is Bartz)
|
||||
RequestServerID = 1
|
||||
|
@ -52,7 +52,7 @@ Password =
|
||||
# Attention: lazy init connections disabled!
|
||||
# Please, set only real values for your database
|
||||
# Default: 100
|
||||
MaximumDbConnections = 50
|
||||
MaximumDbConnections = 100
|
||||
|
||||
# Default: 0
|
||||
MaximumDbIdleTime = 0
|
||||
|
@ -55,8 +55,8 @@ Login = root
|
||||
# Database connection password
|
||||
Password =
|
||||
|
||||
# Default: 500
|
||||
MaximumDbConnections = 500
|
||||
# Default: 100
|
||||
MaximumDbConnections = 100
|
||||
|
||||
# Default: 0
|
||||
MaximumDbIdleTime = 0
|
||||
@ -137,7 +137,7 @@ ScheduledThreadPoolCount = -1
|
||||
|
||||
# Specifies how many threads will be in a single scheduled pool.
|
||||
# Default: 4
|
||||
ThreadsPerScheduledThreadPool = 40
|
||||
ThreadsPerScheduledThreadPool = 4
|
||||
|
||||
# Determines the amount of instant thread pools. If set to -1, the server will decide the amount depending on the available processors.
|
||||
# Default: -1
|
||||
@ -145,10 +145,10 @@ InstantThreadPoolCount = -1
|
||||
|
||||
# Specifies how many threads will be in a single instant pool.
|
||||
# Default: 2
|
||||
ThreadsPerInstantThreadPool = 20
|
||||
ThreadsPerInstantThreadPool = 2
|
||||
|
||||
# Default: 2
|
||||
UrgentPacketThreadCoreSize = 20
|
||||
UrgentPacketThreadCoreSize = 2
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
|
@ -55,8 +55,8 @@ Login = root
|
||||
# Database connection password
|
||||
Password =
|
||||
|
||||
# Default: 500
|
||||
MaximumDbConnections = 500
|
||||
# Default: 100
|
||||
MaximumDbConnections = 100
|
||||
|
||||
# Default: 0
|
||||
MaximumDbIdleTime = 0
|
||||
@ -137,7 +137,7 @@ ScheduledThreadPoolCount = -1
|
||||
|
||||
# Specifies how many threads will be in a single scheduled pool.
|
||||
# Default: 4
|
||||
ThreadsPerScheduledThreadPool = 40
|
||||
ThreadsPerScheduledThreadPool = 4
|
||||
|
||||
# Determines the amount of instant thread pools. If set to -1, the server will decide the amount depending on the available processors.
|
||||
# Default: -1
|
||||
@ -145,10 +145,10 @@ InstantThreadPoolCount = -1
|
||||
|
||||
# Specifies how many threads will be in a single instant pool.
|
||||
# Default: 2
|
||||
ThreadsPerInstantThreadPool = 20
|
||||
ThreadsPerInstantThreadPool = 2
|
||||
|
||||
# Default: 2
|
||||
UrgentPacketThreadCoreSize = 20
|
||||
UrgentPacketThreadCoreSize = 2
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
|
@ -55,8 +55,8 @@ Login = root
|
||||
# Database connection password
|
||||
Password =
|
||||
|
||||
# Default: 500
|
||||
MaximumDbConnections = 500
|
||||
# Default: 100
|
||||
MaximumDbConnections = 100
|
||||
|
||||
# Default: 0
|
||||
MaximumDbIdleTime = 0
|
||||
@ -137,7 +137,7 @@ ScheduledThreadPoolCount = -1
|
||||
|
||||
# Specifies how many threads will be in a single scheduled pool.
|
||||
# Default: 4
|
||||
ThreadsPerScheduledThreadPool = 40
|
||||
ThreadsPerScheduledThreadPool = 4
|
||||
|
||||
# Determines the amount of instant thread pools. If set to -1, the server will decide the amount depending on the available processors.
|
||||
# Default: -1
|
||||
@ -145,10 +145,10 @@ InstantThreadPoolCount = -1
|
||||
|
||||
# Specifies how many threads will be in a single instant pool.
|
||||
# Default: 2
|
||||
ThreadsPerInstantThreadPool = 20
|
||||
ThreadsPerInstantThreadPool = 2
|
||||
|
||||
# Default: 2
|
||||
UrgentPacketThreadCoreSize = 20
|
||||
UrgentPacketThreadCoreSize = 2
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
|
@ -55,8 +55,8 @@ Login = root
|
||||
# Database connection password
|
||||
Password =
|
||||
|
||||
# Default: 500
|
||||
MaximumDbConnections = 500
|
||||
# Default: 100
|
||||
MaximumDbConnections = 100
|
||||
|
||||
# Default: 0
|
||||
MaximumDbIdleTime = 0
|
||||
@ -137,7 +137,7 @@ ScheduledThreadPoolCount = -1
|
||||
|
||||
# Specifies how many threads will be in a single scheduled pool.
|
||||
# Default: 4
|
||||
ThreadsPerScheduledThreadPool = 40
|
||||
ThreadsPerScheduledThreadPool = 4
|
||||
|
||||
# Determines the amount of instant thread pools. If set to -1, the server will decide the amount depending on the available processors.
|
||||
# Default: -1
|
||||
@ -145,10 +145,10 @@ InstantThreadPoolCount = -1
|
||||
|
||||
# Specifies how many threads will be in a single instant pool.
|
||||
# Default: 2
|
||||
ThreadsPerInstantThreadPool = 20
|
||||
ThreadsPerInstantThreadPool = 2
|
||||
|
||||
# Default: 2
|
||||
UrgentPacketThreadCoreSize = 20
|
||||
UrgentPacketThreadCoreSize = 2
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user