Search results

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
  1. V

    Solved FTB server and allocating more ram to server HELP please

    i figured it out the path was wrong for locating java
  2. V

    Solved FTB server and allocating more ram to server HELP please

    Yes I have 64 bit windows and 64 bit java installed
  3. V

    Solved FTB server and allocating more ram to server HELP please

    Error i get when i use "java -Xms1024M -Xmx8G -Xincgc -jar direwolf20.jar" is: Invalid maxium heap size: -Xmx8G The specified size exceeds the maximum representable size. Error: Could not create the Java Virtual Machine Error: fatal exception has occurred. program will exit. When I use...
  4. V

    Solved FTB server and allocating more ram to server HELP please

    I went into Control panel -> Java ->under the Java tab -> View and then inputed "-Xincgc -Xmx8192m" under Runtime Parameters. That should let java use up to 8g correct?
  5. V

    Solved FTB server and allocating more ram to server HELP please

    So I modified my Java to be "-Xincgc -Xmx8192m" Then I changed my server.bat file from "java -Xms512M -Xmx1G -jar direwolf20.jar" to: "java -Xms1024M -Xmx2G -jar direwolf20.jar" but when I click to open it dose not open it flashes on the screen and that is it.