nikolite55 Posted May 19, 2013 Posted May 19, 2013 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.
anylo Posted May 19, 2013 Posted May 19, 2013 Please describe what means "the normal allocation methods".
nikolite55 Posted May 19, 2013 Author Posted May 19, 2013 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.
BillNye Posted May 20, 2013 Posted May 20, 2013 Java settings? you can change them from the launcher. If all else fails, google it.
anylo Posted May 20, 2013 Posted May 20, 2013 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.
nikolite55 Posted May 21, 2013 Author Posted May 21, 2013 you know you have to open the .bat for it work when i try to open the .bat it just closes
anylo Posted May 24, 2013 Posted May 24, 2013 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now