Hello guys i want to ask about how can i increase the memory usage of the game server.
I have 4 Gb Ram on my pc,here the startGameServer.bat settings.
REM -------------------------------------
REM Default parameters for a basic server.
java -Xmn128m -Xms512m -Xmx1024m -server com.l2jfree.gameserver.GameServer
REM
REM For debug purpose (for devs), use this :
REM java -Xmx512m -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=7456 com.l2jfree.gameserver.GameServer
REM If you have a big server and lots of memory, you could experiment for example with
REM java -server -Xmx1536m -Xms1024m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts
REM -------------------------------------
when i m changing the xms and xmx to 2049 i get a message for cheap memory...
Question
DragonSwords
Hello guys i want to ask about how can i increase the memory usage of the game server.
I have 4 Gb Ram on my pc,here the startGameServer.bat settings.
when i m changing the xms and xmx to 2049 i get a message for cheap memory...
Is newbie problem but i need some help. ;)
Thanks for your time
Dragonswords.
6 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now