...
Edit your mettelci
command script to double the Java heap memory allocation pool.
On
edit the fileStatus colour Blue title Windows mettleci.cmd
On
edit the fileStatus colour Yellow title unix mettleci
...
Code Block |
---|
set JAVA_OPTIONS="-Xms32m -Xmx1024m" |
Notice there is no space between -Xmx
and 1024m
.
Your change will be effective immediately.