本帖最后由 1205463432 于 2014-12-27 12:13 编辑
服务器的内存bat只能调成1G 电脑有24G的内存 调高了就 报错
Invalid maximum heap size: -Xmx4G
The specified size exceeds the maximum representable size.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
服务器的内存bat只能调成1G 电脑有24G的内存 调高了就 报错
Invalid maximum heap size: -Xmx4G
The specified size exceeds the maximum representable size.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
请更换64位JAVA {:10_512:}
请确认你的电脑系统是64位
请修改启动服务端的批处理文件(xxx.bat)
-xmx是最大内存
-xms是最小内存
-xmx是最大内存
-xms是最小内存

