FIXED
Yoo! So I fixed the problem with this!. Just watch this video!
it was amazing. and now I have no more problems. Also if you have a 64bit machine make sure you don't have java 32 bit installed.
So.. I want to allocate more ram to the server but when I try to make it bigger then default I have big issues.
The default is:
java -Xms512M -Xmx1G -jar ftbserver.jar
I changed it too:
java -Xms3G -Xmx6G -jar ftbserver.jar
From the default I have no issues but I would like to give my server more ram so I changed it. Now it pops up with the following errors and won't start the server.
Error occurred during initialization of VM
Could not reserve enough space for object heap
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Wondering if anyone knows how to fix this problem. FYI I have 16gbs of ram installed into my computer so ram is not an issue or so I think...
Yoo! So I fixed the problem with this!. Just watch this video!
So.. I want to allocate more ram to the server but when I try to make it bigger then default I have big issues.
The default is:
java -Xms512M -Xmx1G -jar ftbserver.jar
I changed it too:
java -Xms3G -Xmx6G -jar ftbserver.jar
From the default I have no issues but I would like to give my server more ram so I changed it. Now it pops up with the following errors and won't start the server.
Error occurred during initialization of VM
Could not reserve enough space for object heap
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Wondering if anyone knows how to fix this problem. FYI I have 16gbs of ram installed into my computer so ram is not an issue or so I think...