Jump to content

HELP - How to let my server use more RAM


thatzsuperman

Recommended Posts

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).

Link to comment
Share on other sites

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?)

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...