This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Quote from CommanderBacon7 Do any of you guys know how to add more ram to a forge server? Btw I'm using mac.
Quote from MrArnoEnCo I have a 32bit windows and i can't put more than 1g ram into minecraft how come ? i use jre 7 for 32 bit
Quote from samtaman I was wondering the code to allocate ram for a home server i am running does anyone know the code for that?
Quote from TouchMyRedStone I have 64-bit Java but it when I try to allocate 2GB of RAM it still stays at 455MB of ram. Please help me.
Quote from The_catmaker Download the .jar server file, make a .txt document and type: java -Xms1024M -Xmx1024M -jar craftbukkit.jar -o true PAUSE You can change the numbers how you want. 1GB = 1024MB. Save as "all files", and name it Run.bat.
java -Xms1024M -Xmx1024M -jar Replace this with what jar file java created.jar -o true
PAUSE
and rename it Whatever You Want.sh for mac and .bat for windows
32bit only allows you too run minecraft with 1G 64bit is as much as you can
What do you mean home server?
how much ram do you have on you're computer?
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumIf you could do this to have an auto restart:
[code]
:RESTART
java -Xms1024M -Xmx1024M -jar craftbukkit.jar -o true
goto:RESTART