Jump to content

Recommended Posts

Posted

How do i allocate ram to my big dig server. the normal allocation methods do not seem to work. sorry for the nooby question its my first time making a bigdig server.

Posted

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.

Posted

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.

Posted

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.

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