Jump to content
  • 0

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


Question

Posted

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

7 answers to this question

Recommended Posts

  • 0
Posted

Nice but i think that I t would be perfect if you put 3,5gb to the ram that the server is going to use ...

  • 0
Posted

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

  • 0
Posted

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 ?)

  • 0
Posted

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

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

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock