i have this error when i try to log intro the server.
before to put geodata and pathmode all works perfectly and now i put to test how it works.
i ned to say that this is a dual core 1.8 3gb ramn so i think is enough for me to log in even if is geodata and pathing activated...
dont say search cuz i searched all and i tried all methods to put more memory at Xmx and if i do this the server is starting and then when geodata is load by 50% starts to says map failed, insufficient memory:D
Ty
@echo offcolor 17title L2Server:startecho Starting Server.echo.REM -------------------------------------REM Default parameters for a basic server.java -Djava.util.logging.manager=net.sf.l2j.util.L2LogManager -Xmx1024m -cp ./../libs/*;l2jserver.jar net.sf.l2j.gameserver.GameServerREMREM If you have a big server and lots of memory, you could experiment for example withREM java -server -Xmx1536m -Xms1536m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOptsREM If you are having troubles on server shutdown (saving data),REM add this to startup paramethers: -Djava.util.logging.manager=net.sf.l2j.L2LogManager. Example:REM java -Djava.util.logging.manager=net.sf.l2j.util.L2LogManager -Xmx1024m -cp ./../libs/*;l2jserver.jar net.sf.l2j.gameserver.GameServerREM -------------------------------------if ERRORLEVEL 2 goto restartif ERRORLEVEL 1 goto errorgoto end:restartecho.echo L2Server: Administrator Restarting.echo.goto start:errorecho.echo L2Server: Server terminated abnormally.echo.:endecho.echo L2Server: Server terminated.echo.pause
not enough memory but i have 3gb
LE: i can put maxim 1300...after 1300 when geodata is loading starts to say Map Loading File but if it's lower it works...and i dont understand why