l2impious Posted July 12, 2011 Posted July 12, 2011 Starting L2J GAME server Invalid maximum heap size -xmx7680 the specified size exceeds the maximum representable size server terminated
0 Justice Posted July 12, 2011 Posted July 12, 2011 Δεξί κλικ και επεξεργασία στο StartGameServer.bat και άλλαξε το -xmx7680m που έχεις σε -xmx1024m ή -xmx1536m
0 l2impious Posted July 12, 2011 Author Posted July 12, 2011 REM Default parameters for a basic server. java -server -Djava.util.logging.manager=com.l2jserver.util.L2LogManager -Xms3072m -Xmx1536m -Xmn1536m -Xss128k -XX:PermSize=128m -XX:MaxPermSize=768m -XX:ParallelGCThreads=6 -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSIncrementalMode -XX:+CMSIncrementalPacing -XX:CMSIncrementalDutyCycleMin=0 -XX:CMSIncrementalDutyCycle=10 -XX:+CMSParallelRemarkEnabled -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=31 -XX:+AggressiveOpts -cp ./../libs/*;l2jserver.jar com.l2jserver.gameserver.GameServer REM -Xms2g -Xmx5g -Xmn512m -Xss128k -XX:PermSize=128m -XX:MaxPermSize=768m -XX:ParallelGCThreads=6 -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSIncrementalMode -XX:+CMSIncrementalPacing -XX:CMSIncrementalDutyCycleMin=0 -XX:CMSIncrementalDutyCycle=10 -XX:+CMSParallelRemarkEnabled -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=31 -XX:+AggressiveOpts -XX:+PrintGCDetails -XX:+PrintGCTimeStamps 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 you are having troubles on server shutdown (saving data), REM add this to startup paramethers: -Djava.util.logging.manager=com.l2jserver.L2LogManager. Example: REM java -Djava.util.logging.manager=com.l2jserver.util.L2LogManager -Xmx1024m -cp ./../libs/*;l2jserver.jar com.l2jserver.gameserver.GameServer
Question
l2impious
Starting L2J GAME server
Invalid maximum heap size -xmx7680
the specified size exceeds the maximum representable size
server terminated
4 answers to this question
Recommended Posts