1. Welcome to LilyPad. Download the project, explore the forums, and create your own LilyPad network.


    If you use the software and enjoy it or have a question, or would like to contribute to the future of the software directly or through resources, please sign up and join our little community.

How to start it up with more GB's

Discussion in 'Support' started by michaelh3x3n@gmail.cxom, Oct 20, 2013.

  1. java -XX:+UseParNewGC -Xms512M -Xmx2G -jar Server-Standalone-AllInOne.jar

    Which one would I change to start it up with 6 Gs'?
    -Xms512M
    or -Xmx2G, Which one?
  2. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    If you want to run the Cloud on 6GS, thats not necessary.

    512m is enough.
    Last edited: Oct 20, 2013
    • Agree Agree x 1
  3. So even if 1k people are trying to connect at once, more then 512m isn't needed?
  4. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    nop

    The LilyPad Cloud only redirects you to the hub server. Then the hub takes all the usage of RAM over.
  5. Coelho

    Coelho Software Engineer Staff Member Administrator Maintainer

    That isn't accurate at all.

    LilyPad is simply a very lightweight application.
  6. blobber0070hj

    blobber0070hj Member

    "-Xms512M" is the one you want change ;) If you want to start it up with 6 gb, then change it to "-Xms6G"
    The "Xmx<amount of ram>" is the maximum usage of ram. And the "Xms" is the startup ram - You have to set the "Xmx" higher than the "Xms" (You can also set them to the same.. )

    But as Coelho and Matt says, the cloud doesn't need that much Ram ;)

Share This Page