Recent content by SamB167

  1. S

    JVM Arguments for Modded Minecraft (Updated 12/30/13)

    Yup it looks like it's working now I changed it to "-jar ftbserver.jar" thanks again. I would still be stuck where I was last night struggling to make sense of the whole console window. Cheers all for your help!
  2. S

    JVM Arguments for Modded Minecraft (Updated 12/30/13)

    I could still be being a bit simple :). your correction fixed the first problem, It was because I hadn't put the uppercase 'P' in permSize. I should have picked that up. The error I'm getting now is - Error: Could not find or load main class FTBServer-1.6.4-965.jar is the...
  3. S

    JVM Arguments for Modded Minecraft (Updated 12/30/13)

    Cheers for the help, it will be so nice to get the server not to lag. I'm learning slowly. I will try all those and fingers crossed it works
  4. S

    JVM Arguments for Modded Minecraft (Updated 12/30/13)

    Ah brilliant trick there, the pause lets me see the error. Ok so the error I'm getting is - "Unrecognized VM option 'permSize=256m' Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit." I'm such a noob.
  5. S

    JVM Arguments for Modded Minecraft (Updated 12/30/13)

    My brain hurts, This is what my .bat file looks like, it doesn't seem to load so I've done something wrong. "java -Xms2048m -Xmx2048m -XX:PermSize=256m -XX:NewRatio=3 -XX:SurvivorRatio=3 -XX:TargetSurvivorRatio=80 -XX:MaxTenuringThreshold=8 -XX:+UseParNewGC -XX:+UseConcMarkSweepGC...
  6. S

    JVM Arguments for Modded Minecraft (Updated 12/30/13)

    No it seems I just deleted it all and copy and pasted the argument. I'm not sure how the content of my .bat file should look. I have a couple of servers installed, but only run one at a time, and when I open up the other server and go to the .bat file (which I haven't edited) all that is in...
  7. S

    JVM Arguments for Modded Minecraft (Updated 12/30/13)

    Hi, forum members. The server argument in the OP doesn't seem to work for me. I'm running my server on Windows Server 2008 R2 Standard, with Service Pack 1. I copy and paste the argument in the .bat file but when I open the file it doesn't seem to load, or it loads something so quickly that I...