Versions Compared

Key

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

...

Edit your mettelci command script to double the Java heap memory allocation pool.

  • On

    Status
    colourBlue
    titleWindows
    edit the file mettleci.cmd

  • On

    Status
    colourYellow
    titleunix
    edit the file mettleci

...

Code Block
set JAVA_OPTIONS="-Xms32m -Xmx1024m"

Notice there is no space between -Xmx and 1024m.

Your change will be effective immediately.