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.
Mass disconnect, kick without reason.
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
Re: Mass disconnect, kick without reason.
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:
L2JDP Revision Number:

» Find Revision
L2J Revision Number:
L2JDP Revision Number:

-
- Posts: 125
- Joined: Mon Jul 07, 2008 4:01 pm
Re: Mass disconnect, kick without reason.
latest freya rev.
- Naonah
- Posts: 357
- Joined: Sun Apr 04, 2010 11:12 pm
Re: Mass disconnect, kick without reason.
to less info...kama3a wrote:latest freya rev.
check your -Xmx and other settings
public void l2jserver ()
{
if (you want l2j server == no problems)
use Linux;
else
use Windows;
}
{
if (you want l2j server == no problems)
use Linux;
else
use Windows;
}
-
- Posts: 125
- Joined: Mon Jul 07, 2008 4:01 pm
Re: Mass disconnect, kick without reason.
everything is same as before, just this week start do mass d/c without reason
my gs and ls:
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
- Naonah
- Posts: 357
- Joined: Sun Apr 04, 2010 11:12 pm
Re: Mass disconnect, kick without reason.
ls values are too low that's why they are "kicked". Set these values depending on your RAM.
public void l2jserver ()
{
if (you want l2j server == no problems)
use Linux;
else
use Windows;
}
{
if (you want l2j server == no problems)
use Linux;
else
use Windows;
}
-
- Posts: 125
- Joined: Mon Jul 07, 2008 4:01 pm
Re: Mass disconnect, kick without reason.
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
before it dont had problem with 128 value, why now make ?
reason : uknown

-
- Posts: 575
- Joined: Wed Dec 02, 2009 7:59 pm
Re: Mass disconnect, kick without reason.
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?