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
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
This version (1.34) includes all the fixes from above + more, with the exclusion of Premium Account System. The Premium Account System was added in 1.35, which is currently only available through the Chronicle Coders Discord.
Appreciate those of you reporting issues and providing suggestions.
Download EmuDevsIL 1.34
Recently, I took on a project for a company.
The people there – polite, trusting (or in other words, completely unsuspecting) – told me the job had to be delivered within 3 weeks.
I agreed, naturally – with my signature professional attitude, something like “yeah, sure, it’ll get done, don’t worry!”
Now, deep down, I knew full well that in 3 weeks, I’d be lucky to have written the title of the project.
But I decided to play it cool. Why?
Well, because I was in full anti-professional mode, and I was already planning the excuses I’d use when the time came:
– “Guys, I caught covid…”
– “Something tragic happened in my family…”
– “A team member quit and everything fell on me…”
You know, classic Balkan drama. Why should only others use them?
So, 3 weeks go by.
I’ve managed to do about 40% of the work (which I personally consider a small miracle), and the people in charge come to me and say:
– “Since you didn’t deliver on time, we’d like the €450 advance payment back.”
And I, with Oscar-level seriousness, respond:
– “I’m sorry, but I’ve already completed 40% of the work. I can’t return the money.”
They looked at me, smiled, and said the unforgettable line:
“It’s not your fault… we’re the idiots for trusting you.”
And at that moment, I didn’t feel offended.
I didn’t feel guilty.
I felt… validated.
Not professionally.
But Balkan-style.
Conclusion:
Consistency, professional responsibility, and respect for agreements...
are fundamental values.
Nowadays?
Rare.
Like an uncut diamond... that someone tossed in the trash because they thought it was just a weird-looking rock.
Sure, you can fool people once, twice, maybe even three times…
and get away with it.
But eventually, even the most well-meaning fool out there…
will wake up.
And when they do, they'll replace you with someone else.
Someone more reliable.
More professional.
Or at least… someone who’s better at coming up with excuses. 😏
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 !!
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.
Note: Your post will require moderator approval before it will be visible.