JIV 15 年之前
父節點
當前提交
59d0e8ea6d
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      L2_CommunityServer/dist/startCommunityServer.bat
  2. 1 1
      L2_CommunityServer/dist/startCommunityServer.sh

+ 1 - 1
L2_CommunityServer/dist/startCommunityServer.bat

@@ -2,5 +2,5 @@
 title Community Server Console
 title Community Server Console
 echo Starting L2J Community Server.
 echo Starting L2J Community Server.
 echo.
 echo.
-java -Xmx128m  -cp ./../libs/*;l2jcommunity.jar com.l2jserver.communityserver.L2CommunityServer
+java -Xms128m -Xmx128m -cp ./../libs/*;l2jcommunity.jar com.l2jserver.communityserver.L2CommunityServer
 pause
 pause

+ 1 - 1
L2_CommunityServer/dist/startCommunityServer.sh

@@ -1,2 +1,2 @@
 #!/bin/sh
 #!/bin/sh
-java -Xmx128m -cp ./../libs/*;l2jcommunity.jar com.l2jserver.communityserver > log/stdout.log 2>&1
+java -Xms128m -Xmx128m -cp ./../libs/*:l2jcommunity.jar com.l2jserver.communityserver > log/stdout.log 2>&1