Jump to content

How do i allocate ram?


nikolite55

Recommended Posts

Please describe what means "the normal allocation methods".

The normal method, that i was using , is when you open up note pad paste this in

java -Xmx2048M -Xms2048M -jar Minecraft_Server.exe nogui

And run it as a bat file in the server folder.

Link to comment
Share on other sites

Niko, that command line seems to be correct. What makes you think that it does not work?

Java settings? you can change them from the launcher.

If all else fails, google it.

Nice reply. Too bad he asked about the server, not the client.

Link to comment
Share on other sites

Edit yout .bat file, add command "pause" after the line "java -Xmx2048M -Xms2048M -jar Minecraft_Server.exe nogui". Or start the server from the command line.

My bet is that the location of your java.exe is not included in your PATH variable.

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