I have a dedicated (really dedicated. Not VPS) with the following configurations: 2x Intel Xeon L5420, 16GB RAM, HD: 2X 1Tb, Traffic: 10TB, Usable IP: 1 or 5 Free, Up Link: 100Mb, UpPort: 1000Mb, Anti-DDOS Protection, Windows Server 2012.
I plan to run a High Five (H5) L2JSunrise server.
My question is: How should I allocate and configure my memory for gameserver to support as many players as possible?
and how many online players will it support without lag or crashes ??
Note: I will use Full GEODATA
here is my GameServer.bat settings:
@echo off
title Game Server Console
color 0B
:start
echo Starting L2J Game Server.
echo.
java -server -Dfile.encoding=UTF-8 -Xmx3G -cp config/xml;./../libs/*;core.jar l2r.gameserver.GameServer
REM NOTE: If you have a powerful machine, you could modify/add some extra parameters for performance, like:
REM -Xms1536m
REM -Xmx3072m
REM -XX:+AggressiveOpts
REM Use this parameters carefully, some of them could cause abnormal behavior, deadlocks, etc.
REM More info here: http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html
if ERRORLEVEL 2 goto restart
if ERRORLEVEL 1 goto error
goto end
:restart
echo.
echo Admin Restarted Game Server.
echo.
goto start
:error
echo.
echo Game Server Terminated Abnormally!
echo.
:end
echo.
echo Game Server Terminated.
echo.
pause
Hello Maxcheaters, could some knowledged member look at my cmd and check what exactly is the issue? Been running the Interlude server a while ago for few seasons and this appeared every now and again. I launched it recently and stumbled upon this forgotten issue. Used a restard once a day sorted server going. I used to thinkmay be something to do with ram, but it is high enough, my knowledge doesnt reach further. Please help
There has to be 99% the problem with connection, but how to find it and solve it ???
I've installed/uninstalled Lineage 2 Client two times. Clean files.
Have opened local Server on my pc, which was working, before i delete all the files and re-install them.
Test home server locally/ online Server = give me Login Server.
1ND is Server Connect ERROR !
2ND INVALID SOCKET !
Even the discord i've downloaded, can't update it self, spinning all over, like waiting to receive something from somewhere. Same thing with L2 Launcher. Launcer opening, but you can't update, because gives you Server Connect ERROR! Something has to do with connection, but no idea where.
HELP !!!!
Question
HARDECORE
I have a dedicated (really dedicated. Not VPS) with the following configurations: 2x Intel Xeon L5420, 16GB RAM, HD: 2X 1Tb, Traffic: 10TB, Usable IP: 1 or 5 Free, Up Link: 100Mb, UpPort: 1000Mb, Anti-DDOS Protection, Windows Server 2012.
I plan to run a High Five (H5) L2JSunrise server.
My question is: How should I allocate and configure my memory for gameserver to support as many players as possible?
and how many online players will it support without lag or crashes ??
Note: I will use Full GEODATA
here is my GameServer.bat settings:
@echo off title Game Server Console color 0B :start echo Starting L2J Game Server. echo. java -server -Dfile.encoding=UTF-8 -Xmx3G -cp config/xml;./../libs/*;core.jar l2r.gameserver.GameServer REM NOTE: If you have a powerful machine, you could modify/add some extra parameters for performance, like: REM -Xms1536m REM -Xmx3072m REM -XX:+AggressiveOpts REM Use this parameters carefully, some of them could cause abnormal behavior, deadlocks, etc. REM More info here: http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html if ERRORLEVEL 2 goto restart if ERRORLEVEL 1 goto error goto end :restart echo. echo Admin Restarted Game Server. echo. goto start :error echo. echo Game Server Terminated Abnormally! echo. :end echo. echo Game Server Terminated. echo. pause
Help me !!
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.