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. Quote
anylo Posted May 19, 2013 Posted May 19, 2013 Please describe what means "the normal allocation methods". Quote
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. Quote
BillNye Posted May 20, 2013 Posted May 20, 2013 Java settings? you can change them from the launcher. If all else fails, google it. Quote
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. Quote
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 Quote
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. 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.