Hey Guys i have a server running on a root-server The root server have 12 bg ram and how can i give my mc server more ram Im using Windows server 2008 x64 what must i write in the bat ? thanks for help MaaxNow
try this line Code: @ECHO OFF SET BINDIR=%~dp0 CD /D "%BINDIR%" java -d64 -server -Xincgc -Xmx12G -jar Bukkit.jar PAUSE OR Code: java -Xincgc -Xmx12G -jar Bukkit.jar
I wouldn't give full 12G but only 11G, since you often have to run other thing along minecraft. Is thi posthunting I see here @andre_9796 ? You have not added any value to the previous posts, if you do not say why you suggest something else (and frankly it is not even different, since -server and -d64 has no impact). EDIT by Moderator: merged posts, please use the edit button instead of double posting.