Jump to content

Question

Posted

hi, i am running an l2j int server and the players get too many disconnects some times (i'm useing datacenter's server) and i want to replace the

java -Dfile.encoding=UTF-8 -Xmx512m net.sf.l2j.gameserver.GameServer

to

java -server -Dfile.encoding=UTF-8 -Xmx1024m -Xms1024m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts

or something to make my server more stability. Have I to install jdk? Any system environment? Can I replace any option from that?

thanks.

5 answers to this question

Recommended Posts

  • 0
Posted

What do you mean "I want to make my server more stability"? These kinds of disconnects are coming from other things, they have nothing to do with java. Did you make any modification on MySQL? When your players get disconnected, do you have any error in your gameserver console?

  • 0
Posted

i don't change anything in mysql, and when someone disconnects the only in console is that disconnected abnormaly. Sometime there are 10-20 disconnects together... I think tha the "java" configuration is the reason... because the server spent only 500-600MB of ram, and I think that that's too low for 50 players online and geodata..

  • 0
Posted

you mean to replace in this line

java -Dfile.encoding=UTF-8 -Xmx512m net.sf.l2j.gameserver.GameServer

to

java -Dfile.encoding=UTF-8 -Xmx1546m net.sf.l2j.gameserver.GameServer

?

I'm using l2j interlude las REV.

  • 0
Posted

Yes lawl. How on earth did you even imagine running a server with 512mb of ALLOCATED ram. Increase your number to 1024 ATLEAST.

java -server -Dfile.encoding=UTF-8 -Xmx2048m -Xms1024m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts

 

Probably not related but you never know.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..