Alright I Really Need Help I Have Been Searching On Youtube For Ever, I Need To Run My Server With 2G Or Maybe 3G If Possible.... Can Anyone Help? I Run My Server With A .bat File
1st. make sure you have java (6 or 7) version x64 installed. 2nd. run your server with this Code: @ECHO OFF SET BINDIR=%~dp0 CD /D "%BINDIR%" "%ProgramFiles%\Java\jre7\bin\java.exe" -Xincgc -Xmx3072G -jar craftbukkit-0.0.1-SNAPSHOT.jar PAUSE
Alright I Have Java 6 Installed, And When I Run The Server With The New Stuff You Had Me Put In And It Says: The system cannot find the path specified. ok I figured out that the java/jre7 needs to be jre6 but now its saying: Invalid Maximum heap size: -Xmx3072G The specified size exceeds the maximum representable size. Could not create the Java virtual machine. Maybe I need Java7 to go that big??? EDIT by Moderator: merged posts, please use the edit button instead of double posting.