After i formated my computer i started getting some problems with my FTB Server bat that i used.
The server bat file is this
java -Xms4096M -Xmx4G -XX: PermSize=4096m -jar ftbserver.jar
no space betvene -XX: and PermSize.
: and P without space gives
If i click it the cmd windows pops up for like a mili second but if i run it from the cmd i get
Invalid initial heap size: -Xms4096M
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.
The custom FTB Luncher bat looks like this
javaw -Xmx3072m -Xms3072m -jar "C:\Spel\FTB_Launcher.exe"
if i run it from the Desktop or with cmd i get
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
in a window standard error popup.
Both worked before the format.
I got 16GB ram and using win7 i have the latest 32x and 64x java installed
The server bat file is this
java -Xms4096M -Xmx4G -XX: PermSize=4096m -jar ftbserver.jar
no space betvene -XX: and PermSize.
: and P without space gives
If i click it the cmd windows pops up for like a mili second but if i run it from the cmd i get
Invalid initial heap size: -Xms4096M
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.
The custom FTB Luncher bat looks like this
javaw -Xmx3072m -Xms3072m -jar "C:\Spel\FTB_Launcher.exe"
if i run it from the Desktop or with cmd i get
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
in a window standard error popup.
Both worked before the format.
I got 16GB ram and using win7 i have the latest 32x and 64x java installed