How accurate is /gc ?

Discussion in 'Bukkit Discussion' started by paully104, Sep 22, 2011.

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

    paully104

    Reason im asking is im checking the ram usage and it says allocated 633 mb , 238 free, however it says max 1,820MB im confused how only 238 is free then.
     
  2. Offline

    sukosevato

    More info.

    Where does it say 1,820 MB. What OS.

    Talking about the server or the minecraft client?
     
  3. Offline

    Weenus

    Java is not going to go out and grab memory it doesn't need. Xmx = How much memory the JVM is allowed to have. Xms = How much memory the JVM should set aside at startup.

    This is of course assuming you are talking about those settings in your startup files.
     
  4. Offline

    nala3

    Allocated: the amount of memory being taken from the RAM for the JVM
    Free: The amount of allocated memory not being used by the JVM
    Max: The Xmx amount set in your start up script. So maximum allocated is 1820Mb.
    I think that is correct, if it is not some one correct me :)
     
  5. Offline

    Tanite

    Looks like it's Essentials that provides /gc. I'm still surprised there aren't more memory related plugins/tools for server ops, considering it's such a precious thing (that goes bye-bye far too easily).
     
  6. O there are quite a few (i know of 2 and remember 2 or 3 more but have forgotten thier names):
    AdminCmd
    Lagmem
     
    Tanite likes this.
  7. Offline

    Tanite

    I was basing my comment off of searching for "memory" at plugins.bukkit.org. Thanks, I'll look into those :)
     
Thread Status:
Not open for further replies.

Share This Page