Jump to content
  • 0

[HELP]Out of Memory


Justice

Question

Γεία σας παιδιά έχω ένα πρόβλημα μου βγάζει out of memory το java

 

hrab02.jpg

 

Τι ακριβώς πρέπει να αλλάξω εδώ?

 

@echo off
title Eminence Game Server Console
:start
echo Starting Eminence 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;Eminence-GameServer.jar;jython.jar eu.l2eminence.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

6 answers to this question

Recommended Posts

  • 0
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;Eminence-GameServer.jar;jython.jar eu.l2eminence.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 -------------------------------------

 

Bale 2048m kai ksanaela :) An kai pisteyo kati allo fteei tha to doume. Des prota ayto kai blepoume.

Link to comment
Share on other sites

  • 0

Bale 2048m kai ksanaela :) An kai pisteyo kati allo fteei tha to doume. Des prota ayto kai blepoume.

 

Ελπίζω να δουλέψει :D

Link to comment
Share on other sites

  • 0

Den nomizo giati ego to diko mou pack to trexo sto pc me 384 mb ram :) Den kano plaka. Opote ta 512 mb pou ixes einai arketa gia na ekkinisi o server ( oxi gia na mpoun pektes ).

kapote etrexa server me 512 ram apo laptop me ( Intel® Pentium® 4 CPU 3.00GHz 3.00GHz )128 karta grafikon ke skliro disko 40 2004 modelo mexri simera afto xrisimopio

to mono provlima pou ixa oti ekana misi ora na anevasi to server epidi den ixe ram kolage sta quest

me 24 conex sikone 100 atoma xoris lagg ala otan ekane save tin data base kolage gia 30 sec peripou thelo na po oti den nomizo na ftei i ram

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