Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Running in Linux from startup.sh

...

  1. Go to your ${aspire.home}\bin folder and edit the startup.bat file, in this case we are setting Aspire to use 32 GB of memory

    Code Block
    languagepowershell
    themeConfluence
    firstline8
    linenumberstrue
    # Set the java options
    JAVA_OPT="$JAVA_OPT -Xmx32g -Xms32g -XX:MaxPermSize=256m"
  2. Restart Aspire:

    Code Block
    themeFadeToGrey
    $ bin\shutdown.sh

    and then

    Code Block
    themeFadeToGrey
    $ bin\startup.sh
  3. Enjoy your new memory settings

Running in Windows from startup.bat

...