Page 1 of 1
Mass disconnect, kick without reason.
Posted: Tue Nov 02, 2010 7:03 pm
by kama3a
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision
Number:
L2JDP Revision
Number:
Ok..
As ppl play they get mass dissconnect and kick by login server w/o reason.
it happend for 2nd time so its not normal any ideas what can cause it ?
in logs
Disconnected abnormally,
Kicked by login,
After restart login server everything is normal.
Re: Mass disconnect, kick without reason.
Posted: Tue Nov 02, 2010 7:16 pm
by MELERIX
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision
Number:
L2JDP Revision
Number:

Re: Mass disconnect, kick without reason.
Posted: Tue Nov 02, 2010 7:16 pm
by kama3a
latest freya rev.
Re: Mass disconnect, kick without reason.
Posted: Wed Nov 03, 2010 7:39 am
by Naonah
kama3a wrote:latest freya rev.
to less info...
check your -Xmx and other settings
Re: Mass disconnect, kick without reason.
Posted: Wed Nov 03, 2010 8:14 am
by kama3a
everything is same as before, just this week start do mass d/c without reason
my gs and ls:
Code: Select all
java -server -Djava.util.logging.manager=com.l2jserver.util.L2LogManager -Xms2048m -Xmx4000m -Xmn512m -Xss128k -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=31 -XX:+AggressiveOpts -cp ./../libs/*:l2jserver.jar com.l2jserver.gameserver.GameServer > log/stdout.log 2>&1
Code: Select all
nice -n -2 java -Xms128m -Xmx128m -cp ./../libs/*:l2jlogin.jar com.l2jserver.loginserver.L2LoginServer > log/stdout.log 2>&1
Re: Mass disconnect, kick without reason.
Posted: Wed Nov 03, 2010 12:49 pm
by Naonah
ls values are too low that's why they are "kicked". Set these values depending on your RAM.
Re: Mass disconnect, kick without reason.
Posted: Wed Nov 03, 2010 1:19 pm
by kama3a
i dont think the same but will be checked, and post results.
before it dont had problem with 128 value, why now make ?
reason : uknown

Re: Mass disconnect, kick without reason.
Posted: Mon Dec 13, 2010 6:01 am
by babyjason
Naonah wrote:ls values are too low that's why they are "kicked". Set these values depending on your RAM.
what values should ls have for lets say 6gb of ram?