30-09-2011, 03:38 AM
|
#1 (permalink)
|
|
Membro - Veterano
Registrado em: Nov 2008
Posts: 561
Agradecido 137 Vezes em 103 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:
|
como configurar memória do GS e LS da l2jfrozen pra rodar sem lag usando geodata full
Como ficaria o gameserver?
Citação:
@echo off
title L2J-Frozen: Game Server Console
:start
echo Starting L2J-Frozen Core Game Server.
echo Official website : [Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
echo Enjoy by server core. Bee happy!
echo ------------------------------
echo.
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 : [Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
echo.
goto start
:taskrestart
echo.
echo Auto Task Restart ...
echo Send you bug to : [Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
echo.
goto start
:restart
echo.
echo Admin Restart ...
echo Send you bug to : [Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
echo.
goto start
:taskdown
echo .
echo Server terminated (Auto task)
echo Send you bug to : [Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
echo .
:telldown
echo .
echo Server terminated (Telnet)
echo Send you bug to : [Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
echo .
:error
echo.
echo Server terminated abnormaly
echo Send you bug to : [Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
echo.
:end
echo.
echo server terminated
echo Send you bug to : [Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
echo.
:question
set choix=q
set /p choix=Restart(r) or Quit(q)
if /i %choix%==r goto start
if /i %choix%==q goto exit
:exit
exit
pause
|
e o Login Server?
Citação:
@echo off
title L2J-Frozen: Login Server Console
:start
java -Dfile.encoding=UTF8 -Xmx128m -XX:+UseSerialGC -XX:+AggressiveOpts -cp ./lib/*;l2jfrozen-core.jar com.l2jfrozen.loginserver.L2LoginServer
if ERRORLEVEL 2 goto restart
if ERRORLEVEL 1 goto error
goto end
:restart
echo.
echo Admin Restarted ...
ping -n 5 localhost > nul
echo.
goto start
:error
echo.
echo LoginServer terminated abnormaly
ping -n 5 localhost > nul
echo.
goto start
:end
echo.
echo LoginServer terminated
echo.
:question
set choix=q
set /p choix=Restart(r) or Quit(q)
if /i %choix%==r goto start
if /i %choix%==q goto exit
:exit
exit
pause
|
DEDICADO Anthares Hosting
Quad Core Q9300
•Core Name: Yorkfield
•Cores: 4 cores
•Speed: 2.5GHz
•64 Bit: Available
•L1 Cache: 256KB
•L2 Cache: 6MB
Uplink 100mbps
8GB Ram DDR2
HDD 500GB
Windows 2003 server
Cisco Firewall
|
|
|