Dedicated Server Configuration + Mysql
Posted: Sat Apr 27, 2013 6:59 pm
In a given area with over 60 players in PvP, and the area only this area gets lag, why?
Dedicated Server Config:
Intel Core i7 3770 3.40Ghz
16GB Ram DDR3
HD 1TB 7200 RPM
1GBPS LINK (excellent connection, low latency, stable)
Windows Server 2008 64bit
DDoS Protection
StartGameServer
Thread Config
Mysql Config
Dedicated Server Config:
Intel Core i7 3770 3.40Ghz
16GB Ram DDR3
HD 1TB 7200 RPM
1GBPS LINK (excellent connection, low latency, stable)
Windows Server 2008 64bit
DDoS Protection
StartGameServer
Code: Select all
java -Djava.util.logging.manager=com.l2jserver.util.L2LogManager -Xms4096m -Xmx8192m -cp
Code: Select all
ThreadPoolSizeEffects = 50 # Default: 13ThreadPoolSizeGeneral = 65 # Default: 2UrgentPacketThreadCoreSize = 10 # Default: 4GeneralPacketThreadCoreSize = 20 # Default: 4GeneralThreadCoreSize = 20 # Default: 6AiMaxThread = 20
Mysql Config
Code: Select all
thread_cache_size=38 innodb_buffer_pool_size=2G innodb_log_file_size=1G innodb_thread_concurrency=60