[HELP] CMS Garbage Collector

If something doesn't fit in any other forum then post it here.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Locked
Mr.ME
Posts: 2
Joined: Sat Jul 11, 2009 11:30 pm

[HELP] CMS Garbage Collector

Post by Mr.ME »

Hi everyone, ive seen lot of people saying that they use the CMS GC, and i just wanted to know how that works, and how do i set it up on my server, i need to set it up for about 1k characters online, this is my actual setting:

Code: Select all

 java -server -Dfile.encoding=UTF-8 -Xmx4096m -Xms2048m -Xmn1024m -XX:PermSize=256m -XX:SurvivorRatio=8 -XX:+AggressiveOpts com.l2jfree.gameserver.GameServer
I would really appriciate your help, thank you very much.
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: [HELP] CMS Garbage Collector

Post by _DS_ »

Not a feature request, not l2j server - moved to offtopic.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
User avatar
poltomb
L2j Veteran
L2j Veteran
Posts: 225
Joined: Wed Jul 13, 2005 7:13 am
Location: USA

Re: [HELP] CMS Garbage Collector

Post by poltomb »

Not for L2J. Look for help on L2JFree on their site
Locked