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
![]()
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
![]()
install java jdk correct
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
omg
this is installed on your Computer?
http://www.oracle.com/technetwork/ja...s-1880260.html
I can't explain about this in simple way but fix your memory setup, m is Megabyte.
http://www.whatsabyte.com/P1/byteconverter.htm
more infoA 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.
Last edited by Wandi Budiana; 20-05-14 at 04:48 PM.