Thread Configuration

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
tlutino
Posts: 1
Joined: Fri Feb 25, 2011 4:11 pm
Location: Recife - BR
Contact:

Thread Configuration

Post by tlutino »

L2J Revision 6325:
L2JDP Revision 10095:

Hello I want to configurate Thread setting for my server.
My CPU is CPU 2x Intel Xeon E5645 2.4 GHz, 6 core, 12 fiber

Code: Select all

 # ---------------------------------------------------------------------------# Thread Configuration# --------------------------------------------------------------------------- # Extreme caution should be here, set to defaults if you do not know what you are doing.# These could possibly hurt your servers performance or improve it depending on your server's configuration, size, and other factors.# Default: 10ThreadPoolSizeEffects = 10 # Default: 13ThreadPoolSizeGeneral = 13 # Default: 2UrgentPacketThreadCoreSize = 2 # Default: 4GeneralPacketThreadCoreSize = 4 # Default: 4GeneralThreadCoreSize = 4 # Default: 6AiMaxThread = 6 # Dead Lock Detector (a separate thread for detecting deadlocks).# For improved crash logs and automatic restart in deadlock case if enabled.# Check interval is in seconds.# Default: TrueDeadLockDetector = True # Default: 20DeadLockCheckInterval = 20 # Default: FalseRestartOnDeadlock = False 
Post Reply