Gamefile 2089M auth server problem

01/15/2012 14:13 IvanSantos#1
Hi EPVP community.

In my Metin2 PServer, which had around the 700 players (with 2006er files) and it now has around 500 players (with 2010er files) online, sometimes the login becames too slow. The server doesn't have any lag and the machine supports up to 2500 players without lag (according to my estimatives).

The SFiles are 2006er converted to 2010er files, with gamefile 2089M modded by me. The files are almost in portuguese and it was created from rain serverfiles. The system is modded by me. I don't use the standard configurations and the standard folder places. I have the serverfiles like this:



I tryed to do
  • kill -1 `cat conf/auth/pid`
But it keeps slow. It only remains stable when I restart the server, and I don't restart the server at some days.

A line which appears several times in auth syserr:

Auth CONFIG:


The tables are in InnoDB instead of MyISAM. The only tables which are in MyISAM are the XXX_log.command_log , the XXX_log.log and the XXX_player.item .

I think that is all information I have to someone help me.


EDIT: FreeBSD uname -aimnoprsv output:
FreeBSD srv01.addictmt2.com.pt 8.2-RELEASE-p5 FreeBSD 8.2-RELEASE-p5 #1: Sun Dec 25 12:20:58 WET 2011 [Only registered and activated users can see links. Click Here To Register...]:/usr/obj/usr/src/sys/ADDICTMT2 amd64 amd64 ADDICTMT2

Best regards,
Ivan Santos.
01/15/2012 14:57 Structurix#2
SetBilling: cannot find login key 500412402

problem
01/15/2012 14:58 IvanSantos#3
Quote:
Originally Posted by Structurix View Post
SetBilling: cannot find login key 500412402

problem
I know that is a problem, but you know what it is about?

In DB syserr appears the following line several times:
SYSERR: Jan 15 19:59:49 :: Process: FDWATCH: peer null in event: ident 20

Maybe it could have something about this.
01/16/2012 15:36 IvanSantos#4
The problem was solved.
I need to use the MyISAM system on the tables. In 2006er serverfiles, the InnoDB speeds up a lot but in the 2010er files causes some problems on gamefile related to INSERT DELAYED command support.

Best regards,
Ivan Santos.