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