Page 1 of 1
How much a server can run without restart ?
Posted: Wed Oct 30, 2013 8:40 am
by Lupu1
How much time a l2jserver can run without lag ? And can add trim support to it ?
Re: How much a server can run without restart ?
Posted: Wed Oct 30, 2013 8:42 am
by xban1x
At home i run few clean servers for tests usually clean they last 5-10 days. Zoey had a bit more time i believe.
Re: How much a server can run without restart ?
Posted: Wed Oct 30, 2013 9:27 am
by JMD
Intresting, and what are the usual causes for the server to crash after those days?
Re: How much a server can run without restart ?
Posted: Wed Oct 30, 2013 9:30 am
by Lupu1
JMD wrote:Intresting, and what are the usual causes for the server to crash after those days?
this problems was accruing and to mobile os and windows and they added trim support to fix the problem, the was something about the catch data
read this
http://pocketnow.com/2013/08/06/android-trim-support
Re: How much a server can run without restart ?
Posted: Wed Oct 30, 2013 11:46 am
by jurchiks
Are you running your server on your smartphone or something?
TRIM has absolutely nothing to do with L2J, we can't do anything about it.
Re: How much a server can run without restart ?
Posted: Sun Nov 03, 2013 1:34 pm
by Tryskell
My fork could run 30 days with 500+ ppl on, it's a base L2J IL with MMOCore from freya. And it has been put offline only for server updates, so it probably could last longer.
It all depends about how GC handles memory. If you haven't memory/cpu leaks, nor crashes, it normally can stay alive forever.
I think 8g was dedicated to server at that time. Or 12g, I don't rem.
Re: How much a server can run without restart ?
Posted: Sun Nov 03, 2013 1:47 pm
by xban1x
Yeah, with no memory leaks and properly configured GC it could run forever.
Re: How much a server can run without restart ?
Posted: Sun Nov 03, 2013 6:13 pm
by UnAfraid
Tryskell wrote:My fork could run 30 days with 500+ ppl on, it's a base L2J IL with MMOCore from freya. And it has been put offline only for server updates, so it probably could last longer.
It all depends about how GC handles memory. If you haven't memory/cpu leaks, nor crashes, it normally can stay alive forever.
I think 8g was dedicated to server at that time. Or 12g, I don't rem.
My live runs with 300-400 players for days without any needs of restart but i am restarting it for updates.
It uses not more then 2 gb ram.
Re: How much a server can run without restart ?
Posted: Mon Nov 04, 2013 8:24 am
by Lupu1
Nice, you make any special settings or editing or just normal ?
Re: How much a server can run without restart ?
Posted: Tue Nov 05, 2013 5:18 am
by UnAfraid
Nop almost clean settings, no custom jvm params.
Re: How much a server can run without restart ?
Posted: Tue Nov 05, 2013 7:20 am
by Lupu1
k thx for the info