Memory

Discussion in 'Bukkit Help' started by BeeT, Jan 20, 2012.

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

    BeeT

    Hello, I have one question, I'm using Essentials and I noticed that when I written /gc system said:

    Maximum memory: 2044MB
    Allocated Memory: 276MB
    Free Memory: 110MB

    So my server uses only 276+110MB Ram? But total I have 3GB and Maximum is 2GB?
     
  2. Offline

    Pezmantbh

    That is saying that the machine your server is on has 2GB of RAM, and that currently Bukkit has been allocated roughly 250-300MB, and that you have 110MB of unused memory that has been allocated.
     
  3. Offline

    BeeT

    How to allocate more? Because I have 3GB RAM VPS and allocate only 250-300MB....
     
  4. Offline

    Pezmantbh

    Post your startup line here :)
     
  5. Offline

    BeeT

    Pezmantbh

    here:

    Code:
    #!/bin/sh
    BINDIR="$(dirname "$(readlink -fn "$0")")"
    cd "$BINDIR"
    screen -A -m -d -S minecraft java -Xincgc -Xmx2G -jar craftbukkit-1.1-R1-20120120.195601-80.jar
    
     
  6. Offline

    Pezmantbh

    Looks good to me.
     
Thread Status:
Not open for further replies.

Share This Page