How do you increase the max ram used by your server

Discussion in 'Bukkit Help' started by Awesoma, Apr 8, 2011.

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

    Awesoma

    How do I? Where do you change the file?
     
  2. Offline

    Plague

    java -Xmx1G
    for example
     
  3. or, to increase it, -Xmx2G
    so on and so forth
     
  4. Offline

    Awesoma

    If I want to increase it by 1 Gig, I would do 1G, or if MB 580MB correct? Thanks :D
     
  5. Offline

    parker_digg

    So when it says Xmx1024M is that 1024mb that it will use? I'm confused.
     
  6. Offline

    solentice

    the -Xmx1024M means 1024MB will be the maximum RAM Java is allowed to use. And the 1024M is considered the same as 1G for those settings. 2G would be 2048M and so forth...
     
Thread Status:
Not open for further replies.

Share This Page