Jump to content
  • 0

Error On GameServer


TsIpIzTiK®

Question

13 answers to this question

Recommended Posts

  • 0

y

@echo off

title Game Server Console

:start

echo Starting L2J Game Server.

echo.

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

REM Default parameters for a basic server.

java -Xmx512m -cp bsf.jar;bsh-2.0b4.jar;commons-logging-1.1.jar;mmocore.jar;javolution.jar;c3p0-0.9.1.2.jar;mysql-connector-java-5.0.7-bin.jar;l2jserver.jar;jython.jar net.sf.l2j.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

??? what line?

Link to comment
Share on other sites

  • 0
REM java -server -Xmx1536m -Xms[size=10pt]1024[/size]m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts

Link to comment
Share on other sites

  • 0

e anebase to mn dineis pote max.

1536 na to balo?

 

 

EDIT: kai sto 1536 to idio na anebaso k allo?

 

EDIT: REM java -server -X4000m -Xms3000m -Xmn1012m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts

 

kai pali m bgazi errro

Link to comment
Share on other sites

  • 0

BUMP

 

Its english section, few previous messages from you and Krash was in Greek.

 

And now how someone non Greek speaking supposed to help you?

Link to comment
Share on other sites

  • 0

Its english section, few previous messages from you and Krash was in Greek.

 

And now how someone non Greek speaking supposed to help you?

Matim you have right am sorry


[gr]kai poso prepi na to kano? 4gb ram exi

How match i must do it?he have 4gb ram

 

 

e anebase to mn dineis pote max.

increase it don't give the max never

 

 

 

1536 na to balo?

 

 

EDIT: kai sto 1536 to idio na anebaso k allo?

 

EDIT: REM java -server -X4000m -Xms3000m -Xmn1012m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts

 

kai pali m bgazi errro

i have give 1536 and i have error

 

EDIT : REM java -server -X4000m -Xms3000m -Xmn1012m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts

 

i have the same problem again


 

Server Run on Windows 7 Ultimate64bit


increse heap size

how i can increase it?
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...