com.l2jserver.gameserver.GameServer GameServer Started, free memory 582 Mb of 953 Mb
I need increse memory for my l2j server.
How to do it?
Server Memory
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 387
- Joined: Mon Jun 09, 2008 6:08 pm
Re: Server Memory
in either your startgameserver.bat(windows) or gameserverloop.sh(linux), depends on your operativesystem
- Raikkon35
- Posts: 178
- Joined: Sat Mar 08, 2008 2:54 pm
Re: Server Memory
You can start editing "startGameServer.bat" (or "GameSever_loop.sh") changing the "-Xmx" value.
For example, "-Xmx2048" for giving 2 GBs RAM to server.
Search the forum, there are a few values you can modify. Are also several examples in the file that I have specified. Find info about the "garbage collector" of JVM.
For example, "-Xmx2048" for giving 2 GBs RAM to server.
Search the forum, there are a few values you can modify. Are also several examples in the file that I have specified. Find info about the "garbage collector" of JVM.
-
- Posts: 68
- Joined: Tue May 11, 2010 7:22 am
Re: Server Memory
Thank you i changed it.and work fine
Evilus
Raikkon35

