Jump to content

Question

Posted

paidia otan paw na anoiksw to gameserver m vgazei auto

error occurred during initialization of vm could not reserve enough space for object heap maxcheaters!!

pws ginetai na to fixarw ? :/

Recommended Posts

  • 0
Posted

paidia otan paw na anoiksw to gameserver m vgazei auto

error occurred during initialization of vm could not reserve enough space for object heap maxcheaters!!

pws ginetai na to fixarw ? :/

vale photo me to error

  • 0
Posted

wraia pws ginetai na vgalw to error gia na to valw sto browse?

κάνε το upload στo tinypic.com και οταν το κάνει θα σου βγάλει 4 λινκς για την εικόνα,εσύ πάρε αυτό που έχει το tag [ img ] [ / img] χωρίς τα κένα,και κάντο ποστ εδώ.
  • 0
Posted

@echo off

title Game Server Console

:start

 

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

REM Default parameters for a basic server.

java -Dfile.encoding=UTF8 -Xmx1024m -Xms512m -Xmn256m -XX:PermSize=128m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts -XX:+UseSerialGC -cp ./lib/*;l2jfrozen-core.jar com.l2jfrozen.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 7 goto telldown

if ERRORLEVEL 6 goto tellrestart

if ERRORLEVEL 5 goto taskrestart

if ERRORLEVEL 4 goto taskdown

REM 3 - abort

if ERRORLEVEL 2 goto restart

if ERRORLEVEL 1 goto error

goto end

:tellrestart

echo.

echo Telnet server Restart ...

echo Send you bug to : http://www.l2jfrozen.com

echo.

goto start

:taskrestart

echo.

echo Auto Task Restart ...

echo Send you bug to : http://www.l2jfrozen.com

echo.

goto start

:restart

echo.

echo Admin Restart ...

echo Send you bug to : http://www.l2jfrozen.com

echo.

goto start

:taskdown

echo .

echo Server terminated (Auto task)

echo Send you bug to : http://www.l2jfrozen.com

echo .

:telldown

echo .

echo Server terminated (Telnet)

echo Send you bug to : http://www.l2jfrozen.com

echo .

:error

echo.

echo Server terminated abnormaly

echo Send you bug to : http://www.l2jfrozen.com

echo.

:end

echo.

echo server terminated

echo Send you bug to : http://www.l2jfrozen.com

echo.

:question

set choix=q

set /p choix=Restart® or Quit(q)

if /i %choix%==r goto start

if /i %choix%==q goto exit

:exit

exit

pause

 

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