lag and crash
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- Stake
- Posts: 383
- Joined: Sun Mar 23, 2008 9:33 pm
- Location: Hungary
- Contact:
Re: lag and crash
You maybe have some memory leaks, in database software or in the gameserver's source code. Maybe you made too many connections.


-
- Posts: 6
- Joined: Sat Oct 25, 2008 9:03 am
Re: lag and crash
seems that server is stable again?
-
- L2j Veteran
- Posts: 3437
- Joined: Wed Apr 30, 2008 8:53 am
- Location: Russia
Re: lag and crash
Gameserver running script, not logs.Lupu1 wrote:k I will give you morexMaylox wrote:would you mind attach your whole gameserver running script?
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
public static final int PI = 3.1415926535897932384626433832795;
-
- Posts: 335
- Joined: Wed Nov 04, 2009 7:51 am
Re: lag and crash
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
dam it tasked much time but again lag
-
- Posts: 6
- Joined: Sat Oct 25, 2008 9:03 am
Re: lag and crash
the fact is that this is kinda dangerous and will not solve the whole problem at all. anyway good luckLupu1 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.
-
- Posts: 335
- Joined: Wed Nov 04, 2009 7:51 am
Re: lag and crash
It helped to work more but didn't fixed the problem ;\
-
- Posts: 6
- Joined: Sat Oct 25, 2008 9:03 am
Re: lag and crash
let that you did up, and try add my attachment too.
-
- Posts: 335
- Joined: Wed Nov 04, 2009 7:51 am
Re: lag and crash
It gives error your gsxMaylox wrote:let that you did up, and try add my attachment too.
- Stake
- Posts: 383
- Joined: Sun Mar 23, 2008 9:33 pm
- Location: Hungary
- Contact:
Re: lag and crash
Could you provide any information about the available/usage of physical memory and cpu of your server?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
(hardware specs and performance stats)


-
- Posts: 335
- Joined: Wed Nov 04, 2009 7:51 am
Re: lag and crash
I did put on first and about the memory consume its about 5 gbStake wrote:Could you provide any information about the available/usage of physical memory and cpu of your server?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
(hardware specs and performance stats)
-
- L2j Inner Circle
- Posts: 350
- Joined: Wed Jun 07, 2006 2:26 pm
Re: lag and crash
Post your startGameServer.bat and not any logs or smth.
<ZaKaX> Ohh nBd, you're so professianal with your analconda.
-
- Posts: 335
- Joined: Wed Nov 04, 2009 7:51 am
Re: lag and crash
knBd wrote:Post your startGameServer.bat and not any logs or smth.
You do not have the required permissions to view the files attached to this post.
-
- L2j Veteran
- Posts: 3437
- Joined: Wed Apr 30, 2008 8:53 am
- Location: Russia
Re: lag and crash
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).
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;
public static final int PI = 3.1415926535897932384626433832795;
-
- Posts: 335
- Joined: Wed Nov 04, 2009 7:51 am
Re: lag and crash
12 gb dd3_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).
-
- L2j Veteran
- Posts: 3437
- Joined: Wed Apr 30, 2008 8:53 am
- Location: Russia
Re: lag and crash
You can begin with -Xmx6144m -Xms4096m instead of 1024.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
public static final int PI = 3.1415926535897932384626433832795;