lag and crash

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
User avatar
Stake
Posts: 383
Joined: Sun Mar 23, 2008 9:33 pm
Location: Hungary
Contact:

Re: lag and crash

Post by Stake »

You maybe have some memory leaks, in database software or in the gameserver's source code. Maybe you made too many connections.
Image
Image
xMaylox
Posts: 6
Joined: Sat Oct 25, 2008 9:03 am

Re: lag and crash

Post by xMaylox »

seems that server is stable again?
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: lag and crash

Post 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.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
Lupu1
Posts: 335
Joined: Wed Nov 04, 2009 7:51 am

Re: lag and crash

Post 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
xMaylox
Posts: 6
Joined: Sat Oct 25, 2008 9:03 am

Re: lag and crash

Post 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
Lupu1
Posts: 335
Joined: Wed Nov 04, 2009 7:51 am

Re: lag and crash

Post by Lupu1 »

It helped to work more but didn't fixed the problem ;\
xMaylox
Posts: 6
Joined: Sat Oct 25, 2008 9:03 am

Re: lag and crash

Post by xMaylox »

let that you did up, and try add my attachment too.
Lupu1
Posts: 335
Joined: Wed Nov 04, 2009 7:51 am

Re: lag and crash

Post by Lupu1 »

xMaylox wrote:let that you did up, and try add my attachment too.
It gives error your gs
User avatar
Stake
Posts: 383
Joined: Sun Mar 23, 2008 9:33 pm
Location: Hungary
Contact:

Re: lag and crash

Post 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)
Image
Image
Lupu1
Posts: 335
Joined: Wed Nov 04, 2009 7:51 am

Re: lag and crash

Post 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
nBd
L2j Inner Circle
L2j Inner Circle
Posts: 350
Joined: Wed Jun 07, 2006 2:26 pm

Re: lag and crash

Post by nBd »

Post your startGameServer.bat and not any logs or smth.
<ZaKaX> Ohh nBd, you're so professianal with your analconda.
Lupu1
Posts: 335
Joined: Wed Nov 04, 2009 7:51 am

Re: lag and crash

Post by Lupu1 »

nBd wrote:Post your startGameServer.bat and not any logs or smth.
k
You do not have the required permissions to view the files attached to this post.
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: lag and crash

Post 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).
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
Lupu1
Posts: 335
Joined: Wed Nov 04, 2009 7:51 am

Re: lag and crash

Post 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
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: lag and crash

Post by _DS_ »

You can begin with -Xmx6144m -Xms4096m instead of 1024.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
Post Reply