Dedicated Server Configuration + Mysql

Have you created a useful tool? or Do you want to get help building one? This is the right place!
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
maxstyleboy
Posts: 183
Joined: Thu Jul 15, 2010 12:26 am

Dedicated Server Configuration + Mysql

Post 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 
maxstyleboy
Posts: 183
Joined: Thu Jul 15, 2010 12:26 am

Re: Dedicated Server Configuration + Mysql

Post by maxstyleboy »

Someone can help? thanks.
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Dedicated Server Configuration + Mysql

Post by MELERIX »

for what are you using -Xms4096m ? if L2J server doesn't require that amount of memory to start.
maxstyleboy
Posts: 183
Joined: Thu Jul 15, 2010 12:26 am

Re: Dedicated Server Configuration + Mysql

Post by maxstyleboy »

Ok, i'll change to 1gb, thankyou!
Post Reply