Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Problem of lag

Junior Spellweaver
Joined
Aug 8, 2014
Messages
164
Reaction score
26
I am using CentOS7 for my server and I have 1000mbs but I have a lot of lag 300ms always on the server. Can someone tell me if I have something more configured or if it is a bad configuration in centOS7?:(:
 
Joined
Oct 28, 2011
Messages
2,465
Reaction score
1,258
Validate you changed the max in the gameserver startup script.
If you only have 8 gb to play with, you probably need to adjust down your memory and expect lag as it truly needs 12gb ram.

Default Max =
"-Xmx12g"'

Snippet from gameserver.sh shell script:

# Add default JVM options here. You can also use JAVA_OPTS and GAMESERVER_OPTS to pass JVM options to this script.
DEFAULT_JVM_OPTS='"-DLog4jContextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector" "-server" "-Xms4g" "-Xmx12g"'



12 gb Ram is merely server / 1 client (considered your dev environment), nothing more.
 
Upvote 0
Back
Top