ahmedsuffian / aionxemu

Automatically exported from code.google.com/p/aionxemu
0 stars 0 forks source link

gameserver error #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Core revision: 146
Bug description: server dont start
What steps will reproduce the problem?
1. memory error
2.
3.

Starting Aion X Emu Game Server.

Error occurred during initialization of VM
Could not reserve enough space for object heap
Could not create the Java virtual machine.

Server is terminated abnormaly ...

Server is terminated ...

Press any key to continue . . .

Original issue reported on code.google.com by nico.gar...@gmail.com on 7 Mar 2011 at 4:54

GoogleCodeExporter commented 9 years ago
Make following change:

Index: GameServer/dist/startGame.bat
===================================================================
--- GameServer/dist/startGame.bat   (revision 146)
+++ GameServer/dist/startGame.bat   (working copy)
@@ -11,7 +11,7 @@

 REM -------------------------------------
 REM Default parameters for a basic server.
-java -Xms512m -Xmx1536m -ea -Xbootclasspath/p:./libs/jsr166.jar -cp 
./libs/*;ax-game-1.0.1.jar gameserver.GameServer
+java -Xms512m -Xmx1024m -ea -Xbootclasspath/p:./libs/jsr166.jar -cp 
./libs/*;ax-game-1.0.1.jar gameserver.GameServer
 REM -------------------------------------

 SET CLASSPATH=%OLDCLASSPATH%

Original comment by ZeroSign...@gmail.com on 7 Mar 2011 at 5:06

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by ZeroSign...@gmail.com on 14 Mar 2011 at 7:48