Code: Select all
ย ย nice -n -3 java -server -Xmx10G -Xms8G -Xmn4G -Xss256k -XX:PermSize=256m -XX:+UseThreadPriorities -XX:ParallelGCThreads=2 -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -Xnoclassgc -Djava.util.logging.manager=com.l2jserver.util.L2LogManager -cp ./../libs/*:l2jserver.jar com.l2jserver.gameserver.GameServer > log/stdout.log 2>&1ย
I have to mention that i have
CPU: i7 920 Quad Core
RAM: 24GB DDR3
Bandline: 100 mb.
HDD: Raid1
Also when the server reaches about lets say 700 Unique IPs, at interval of hmm lets say 3-4 minutes there are very small spikes or when a mage use spells very fast they take DCs. I assume that is from the growing population becaus ebefore i didnt had any problem.
Is my gameserver_loop ok for my mahcine? should i improve it? if yes than how.
Also should i give it more ram?
Also about the bandline its enough for 700 Unique IPs or do i need to update at 1GB?