Page 3 of 4

Re: lag and crash

Posted: Sat Oct 09, 2010 5:25 pm
by Stake
You maybe have some memory leaks, in database software or in the gameserver's source code. Maybe you made too many connections.

Re: lag and crash

Posted: Sat Oct 09, 2010 5:27 pm
by xMaylox
seems that server is stable again?

Re: lag and crash

Posted: Sat Oct 09, 2010 5:29 pm
by _DS_
Lupu1 wrote:
xMaylox wrote:would you mind attach your whole gameserver running script?
k I will give you more
Gameserver running script, not logs.

Re: lag and crash

Posted: Sat Oct 09, 2010 5:34 pm
by Lupu1
I disabled all flood prot and geodata and guess what ? It finally works pff I will post again in 30 min to be sure.


dam it tasked much time but again lag

Re: lag and crash

Posted: Sat Oct 09, 2010 5:46 pm
by xMaylox
Lupu1 wrote:I disabled all flood prot and geodata and guess what ? It finally works pff I will post again in 30 min to be sure.
the fact is that this is kinda dangerous and will not solve the whole problem at all. anyway good luck

Re: lag and crash

Posted: Sat Oct 09, 2010 5:48 pm
by Lupu1
It helped to work more but didn't fixed the problem ;\

Re: lag and crash

Posted: Sat Oct 09, 2010 5:50 pm
by xMaylox
let that you did up, and try add my attachment too.

Re: lag and crash

Posted: Sat Oct 09, 2010 5:54 pm
by Lupu1
xMaylox wrote:let that you did up, and try add my attachment too.
It gives error your gs

Re: lag and crash

Posted: Sat Oct 09, 2010 5:54 pm
by Stake
Lupu1 wrote:I disabled all flood prot and geodata and guess what ? It finally works pff I will post again in 30 min to be sure.


dam it tasked much time but again lag
Could you provide any information about the available/usage of physical memory and cpu of your server?
(hardware specs and performance stats)

Re: lag and crash

Posted: Sat Oct 09, 2010 6:27 pm
by Lupu1
Stake wrote:
Lupu1 wrote:I disabled all flood prot and geodata and guess what ? It finally works pff I will post again in 30 min to be sure.


dam it tasked much time but again lag
Could you provide any information about the available/usage of physical memory and cpu of your server?
(hardware specs and performance stats)
I did put on first and about the memory consume its about 5 gb

Re: lag and crash

Posted: Sat Oct 09, 2010 8:24 pm
by nBd
Post your startGameServer.bat and not any logs or smth.

Re: lag and crash

Posted: Sun Oct 10, 2010 7:36 am
by Lupu1
nBd wrote:Post your startGameServer.bat and not any logs or smth.
k

Re: lag and crash

Posted: Sun Oct 10, 2010 8:51 am
by _DS_
You now using this line for starting server:
java -Djava.util.logging.manager=com.l2jserver.util.L2LogManager -Xms1024m -Xmx1024m -cp ./../libs/*;l2jserver.jar com.l2jserver.gameserver.GameServer

Server admin should (at least) have brains and does not limit server memory to 1 Gb.

Post your hardware specifications (memory amount).

Re: lag and crash

Posted: Sun Oct 10, 2010 8:59 am
by Lupu1
_DS_ wrote:You now using this line for starting server:
java -Djava.util.logging.manager=com.l2jserver.util.L2LogManager -Xms1024m -Xmx1024m -cp ./../libs/*;l2jserver.jar com.l2jserver.gameserver.GameServer

Server admin should (at least) have brains and does not limit server memory to 1 Gb.

Post your hardware specifications (memory amount).
12 gb dd3

Re: lag and crash

Posted: Sun Oct 10, 2010 9:03 am
by _DS_
You can begin with -Xmx6144m -Xms4096m instead of 1024.