thatzsuperman Posted August 5, 2013 Posted August 5, 2013 Can somebody please explain me properly how to allocate more RAM to my server because I can't find a decent tutorial for this ... ( i'm using an hamachi-server on my own computer) Quote
weirleader Posted August 5, 2013 Posted August 5, 2013 do you mean how to allocate more RAM in the run process? or do you mean to actually physically add RAM to your system? If you mean to simply allocate more, then edit the 'launch.bat' file in your server folder. Mine reads java -Xmx2G -Xms1G -jar Hexxit.jar nogui pause if I understand correctly, that basically allots between 1GB and 2GB of RAM (I'm sure an oversimplified description). Quote
thatzsuperman Posted August 5, 2013 Author Posted August 5, 2013 yes thank you, that was what i was looking for, but when i open my Launch.bat i get the message that java doesn't get recognized :/ Quote
weirleader Posted August 5, 2013 Posted August 5, 2013 first, are you on a PC? second, what version/type of java do you have installed (Java 6/Java 7? 32-bit/64-bit?) and can you share the exact wording of the error and where it shows up... (i.e., is it a dialog box, or are you getting an error in a console window?) Quote
thatzsuperman Posted August 5, 2013 Author Posted August 5, 2013 Well i'm Dutch, but it says this: C:UsersNielsDesktopHexxit_Server_v1.0.5>java -Xmx2G -Xms1G -jar Hexxit.jar nogui Java is not recognized as an internal or external command, program or Batchfile. CUsersNielsDesktopHexxit_Server_V1.0.5>pause Press a key to continue ... I've got java version 7 update 25 My pc is a 64-bit Quote
Dash16 Posted August 5, 2013 Posted August 5, 2013 Try this, sounds like you need to set your path: http://java.com/en/download/help/path.xml Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.