Ir para conteúdo
  • Cadastre-se
  • 0

Windows server 2003


RaydeN

Pergunta

Boa tarde

 

atualizei o windoes server 2003 da minha maquina e o Gameserver parou de funcionar

 

configurei o gameserver para usar 512m de ram(antes usava 1536)

 

como faco para configurar o windows para que eu volte a usar 1536 de ram no servidor??

Link para o comentário
Compartilhar em outros sites

6 respostass a esta questão

Posts recomendados


ja reinstalei o java umas 3 vezes e continua a mesma coisa

 

o Atual Gameserver.bat

@echo off

title L2J-Frozen: Game Server Console

:start

echo Starting L2J-Frozen Core Game Server.

echo Official website : http://www.l2jfrozen.com'>http://www.l2jfrozen.com'>http://www.l2jfrozen.com'>http://www.l2jfrozen.com'>http://www.l2jfrozen.com'>http://www.l2jfrozen.com'>http://www.l2jfrozen.com'>http://www.l2jfrozen.com'>http://www.l2jfrozen.com'>http://www.l2jfrozen.com'>http://www.l2jfrozen.com'>http://www.l2jfrozen.com'>http://www.l2jfrozen.com'>http://www.l2jfrozen.com'>http://www.l2jfrozen.com'>http://www.l2jfrozen.com

echo Enjoy by server core. Bee happy!

echo ------------------------------

echo.

 

 

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

REM Default parameters for a basic server.

java -Dfile.encoding=UTF8 -Xmx512m -Xms256m -Xmn128m -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 abnormally

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

 

E o que tava antes de começar o erro

@echo off

title L2J-Frozen: Game Server Console

:start

echo Starting L2J-Frozen Core Game Server.

echo Official website : http://www.l2jfrozen.com

echo Enjoy by server core. Bee happy!

echo ------------------------------

echo.

 

 

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

REM Default parameters for a basic server.

java -Dfile.encoding=UTF8 -Xmx1536m -Xms1024m -Xmn512m -XX:PermSize=256m -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 abnormally

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

Link para o comentário
Compartilhar em outros 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.

Visitante
Responder esta pergunta...

×   Você colou conteúdo com formatação.   Remover formatação

  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.

Processando...



×
×
  • Criar Novo...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.