Jump to content
  • 0

java error


porcobudda

Question

Recommended Posts

  • 0

tried but nothing

 

@echo off

title Game Server Console

color 0b

:start

echo Starting L2 Brick Game Server.

echo.

REM -------------------------------------

REM Default parameters for a basic server.

java -Djava.util.logging.manager=l2.brick.util.L2LogManager -Xms1024m -Xmx2048m -cp ./../libs/*;l2brick_server.jar l2.brick.gameserver.GameServer

REM

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 -------------------------------------

if ERRORLEVEL 2 goto restart

if ERRORLEVEL 1 goto error

goto end

:restart

echo.

echo Admin Restart ...

echo.

goto start

:error

echo.

echo Server terminated abnormaly

echo.

:end

echo.

echo server terminated

echo.

pause

 

Link to comment
Share on other sites

  • 0

adenaman, the script is already with these values..

 

Try

 

java -Djava.util.logging.manager=l2.brick.util.L2LogManager -Xms2048m -Xmx2048m -cp ./../libs/*;l2brick_server.jar l2.brick.gameserver.GameServer

 

But be sure you have at least 2Go ram free on your pc

Link to comment
Share on other sites

  • 0
  • 0

scaled.php?server=802&filename=immafgine.jpg&res=landing

 

 

@echo off

title Game Server Console

color 0b

:start

echo Starting L2 Brick Game Server.

echo.

REM -------------------------------------

REM Default parameters for a basic server.

java -Djava.util.logging.manager=l2.brick.util.L2LogManager= -Xms384m -Xmx384m -XX:NewRatio=2 -XX:MaxNewSize=128m -cp ./../libs/*;l2brick_server.jar l2.brick.gameserver.GameServer

REM

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 -------------------------------------

if ERRORLEVEL 2 goto restart

if ERRORLEVEL 1 goto error

goto end

:restart

echo.

echo Admin Restart ...

echo.

goto start

:error

echo.

echo Server terminated abnormaly

echo.

:end

echo.

echo server terminated

echo.

pause

 

Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock