Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use
viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
DLV123
Posts: 57 Joined: Thu Jul 26, 2007 7:44 pm
Post
by DLV123 » Wed Jul 01, 2009 11:52 pm
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision
Number :
L2JDP Revision
Number :
Here is what my command line looks like so far:
Code: Select all
java -server -Xmx1536m -Xms1536m -Xmn512m -Xincgc -Xnoclassgc -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=31 -XX:+AggressiveOpts -cp ./../libs/*;l2jserver.jar net.sf.l2j.gameserver.GameServer
Is this a good command Line or should i change some stuff?
janiii
L2j Veteran
Posts: 4269 Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia
Post
by janiii » Thu Jul 02, 2009 5:28 am
add the shoutdown logging
Code: Select all
-Djava.util.logging.manager=net.sf.l2j.util.L2LogManager
DO NOT EVEN TRY TO MESS WITH ME!
forum flOO der dancing dEVIL oper ♀
I don't give private support - PM will be ignored!
DLV123
Posts: 57 Joined: Thu Jul 26, 2007 7:44 pm
Post
by DLV123 » Thu Jul 02, 2009 7:35 am
janiii wrote: add the shoutdown logging
Code: Select all
-Djava.util.logging.manager=net.sf.l2j.util.L2LogManager
I have a different way of doing that but is the command line itself good?
Saso
Posts: 55 Joined: Fri Apr 24, 2009 11:53 am
Post
by Saso » Thu Jul 02, 2009 2:10 pm
Depends on your server configuration.
If you are consuming too much of the RAM, then at a point of time it will say, Java ran out of Ram space or something.
I would say test it first...
DLV123
Posts: 57 Joined: Thu Jul 26, 2007 7:44 pm
Post
by DLV123 » Thu Jul 02, 2009 9:19 pm
Saso wrote: Depends on your server configuration.
If you are consuming too much of the RAM, then at a point of time it will say, Java ran out of Ram space or something.
I would say test it first...
Ok I will thanks