Heap memory - java virtual machine

Results 1 to 6 of 6
  1. #1
    Member Onne is offline
    MemberRank
    Mar 2014 Join Date
    89Posts

    angry Heap memory - java virtual machine

    When I turn on the gameserver I have this memory problem, and my computer has 8GB but the server is not connecting nor 1300Xmx in GameServer





  2. #2
    Account Upgraded | Title Enabled! Falke34 is offline
    MemberRank
    Aug 2013 Join Date
    Saxony/GermanyLocation
    241Posts

    Re: Heap memory - java virtual machine

    install java jdk correct

  3. #3
    Apprentice sifix is offline
    MemberRank
    Dec 2013 Join Date
    5Posts

    Re: Heap memory - java virtual machine

    emm
    aion\AL-Reload v204\ALR-Game\StartGS.bat

    @ECHO offTITLE Aion-Lightning - Game Server Console
    color 03
    :START
    CLS


    JAVA -Xms1280m -Xmx1280m -server -ea -javaagent:./libs/al-commons-4.3.jar -cp ./libs/*;AL-Game.jar com.aionlightning.gameserver.GameServer
    SET CLASSPATH=%OLDCLASSPATH%
    IF ERRORLEVEL 2 GOTO START
    IF ERRORLEVEL 1 GOTO ERROR
    IF ERRORLEVEL 0 GOTO END
    :ERROR
    ECHO.
    ECHO Aion-Lightning - Game Server has terminated abnormaly!
    ECHO.
    PAUSE
    EXIT
    :END
    ECHO.
    ECHO Aion-Lightning - Game Server is terminated!
    ECHO.
    PAUSE
    EXIT

  4. #4
    Account Upgraded | Title Enabled! Falke34 is offline
    MemberRank
    Aug 2013 Join Date
    Saxony/GermanyLocation
    241Posts

    Re: Heap memory - java virtual machine

    omg
    this is installed on your Computer?
    http://www.oracle.com/technetwork/ja...s-1880260.html

  5. #5
    Member Onne is offline
    MemberRank
    Mar 2014 Join Date
    89Posts

    Re: Heap memory - java virtual machine

    Yeah falke ._.

    - - - Updated - - -

    Quote Originally Posted by Falke34 View Post
    install java jdk correct
    Which is correct?

  6. #6
    Member Wandi Budiana is offline
    MemberRank
    Oct 2013 Join Date
    BandungLocation
    61Posts

    Re: Heap memory - java virtual machine

    I can't explain about this in simple way but fix your memory setup, m is Megabyte.
    http://www.whatsabyte.com/P1/byteconverter.htm

    A binary prefix is a prefix attached before a unit symbol to multiply it by a power of 2. In computing, such a prefix is seen in combination with a unit of information (bit, byte, etc.), to indicate a power of 1024.

    The computer industry has historically used the units kilobyte, megabyte, and gigabyte, and the corresponding symbols KB, MB, and GB, in at least two slightly different measurement systems. In citations of main memory (RAM) capacity, gigabyte customarily means 1073741824bytes. As this is the third power of 1024, and 1024 is a power of two (210), this usage is therefore referred to as a binary prefix.
    more info
    Last edited by Wandi Budiana; 20-05-14 at 04:48 PM.



Advertisement