Issues with Allocating RAM

Discussion in 'Bukkit Help' started by PaperMage, Jun 24, 2016.

Thread Status:
Not open for further replies.
  1. Offline

    PaperMage

    My friend has been experiencing some lag while on my server, (delay in picking up items, block lag, seeing me teleport arround, ect) and I think it's due to not enough ram being available for my server to use. I searched up tutorials on YouTube, but none of them worked for me. If anyone could give me a guide on how to allocate ram to my bukkit server on a MAC, it would be highly appreciated.
    Thank you for your time, and have a nice day.
     
  2. Offline

    killajoshua12

    So, Basically here
    #!/bin/bash
    cd "$( dirname "$0" )"
    java -Xmx1024M -jar craftbukkit.jar -o true

    At "-Xmx1024M" You can change that varying about how much you wish to allocate, I suggest not allocating all of your RAM to your server so that your operating system may run and gave Minecraft running at the same time.
    1024MB Is 1GB
    2048MB Is 2GB
    And so on
     
Thread Status:
Not open for further replies.

Share This Page