Startup Question

Discussion in 'Bukkit Help' started by Pendar2, Nov 27, 2012.

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

    Pendar2

    What difference is starting your server with these java flags
    Code:
    -Xincgc -Xms3072M
    or these
    Code:
    -Xincgc -Xmx3072M
    Which one is better for performance?
     
  2. Offline

    Bodenseehost

    Xms is the MINIMUM allocated ram available whereas Xmx is the MAXIMUM

    So
    -Xms2G -Xmx4G
    would make it allocate minimum 2GB and maximum 4GB

    use both
     
Thread Status:
Not open for further replies.

Share This Page