Page 1 of 1

Dedicated Server Configuration + Mysql

Posted: Sat Apr 27, 2013 6:59 pm
by maxstyleboy
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

Code: Select all

java -Djava.util.logging.manager=com.l2jserver.util.L2LogManager -Xms4096m -Xmx8192m -cp
Thread Config

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 

Re: Dedicated Server Configuration + Mysql

Posted: Sun Apr 28, 2013 5:09 am
by maxstyleboy
Someone can help? thanks.

Re: Dedicated Server Configuration + Mysql

Posted: Sun Apr 28, 2013 3:41 pm
by MELERIX
for what are you using -Xms4096m ? if L2J server doesn't require that amount of memory to start.

Re: Dedicated Server Configuration + Mysql

Posted: Tue May 14, 2013 3:28 am
by maxstyleboy
Ok, i'll change to 1gb, thankyou!