Jump to content
  • 0

[Support] Server Performance Configuration (L2JOfficial Gracia Final Server)


Sillent

Question

The Computer:

CPU: AMD64 X2 4850E+ 2.5Ghz

RAM: 4 GM

Disc Space: 500GB SATA (7,200rpm)

Bandwidth (Traffic): 2 TB

Speed: 100 Mbit Unshared

Operation System: Windows Server 2003

 

My computer is running:

rdclip.exe
jusched.exe
java.exe
explorer.exe
java.exe
cmd.exe
cmd.exe
wuauclt.exe
csrss.exe
winlogon.exe

 

Confuguration of L2Server.bat was by default:

REM -------------------------------------
REM Default parameters for a basic server.
java -Djava.util.logging.manager=net.sf.l2j.util.L2LogManager -Xmx1024m -cp ./../libs/*;l2jserver.jar net.sf.l2j.gameserver.GameServer
REM
REM If you have a big server and lots of memory, you could experiment for example with
REM java -server -Xmx1536m -Xms1024m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts
REM If you are having troubles on server shutdown (saving data),
REM add this to startup paramethers: -Djava.util.logging.manager=net.sf.l2j.L2LogManager. Example:
REM java -Djava.util.logging.manager=net.sf.l2j.util.L2LogManager -Xmx1024m -cp ./../libs/*;l2jserver.jar net.sf.l2j.gameserver.GameServer
REM -------------------------------------

 

You might help me if you can!

I would really appreciate this!

I need if you can mysql configuration also!

 

i took the idea from there

http://www.l2jofficial.com/forum/viewtopic.php?f=17&t=812&hilit=server+performance

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

well depends on the players count but just to have it faster use 512mb mysql cache and 3gb heap size for server because you use windows and windows need more additional memory to run so...

 

512mb mysql cache makes your db faster so its good

3gb heap size for the server is fine for around 250-300ppl depends on optimalizations

and the rest is for the windows

Link to comment
Share on other sites

  • 0

ok then thanks Intrepid very much! (Cent OS was a suggestion from my hoster)

 

Also

-Xmx (This should be 3GB ?) Maximum Usage 3GB

-Xms (This should be 1GB ?) This is to start storing?

-Xmn (Should this be 1/4 of Xms and Xmx ?)

Link to comment
Share on other sites

  • 0

-Xms<size> set initial Java heap size

-Xmx<size> set maximum Java heap size

JVM starts with -Xms amount of memory for the heap (storing objects etc.) and can grow to a maximum of -Xmx amount of memory.

Link to comment
Share on other sites

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...