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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...