Label: performance

All content with label performance.
Related Labels: maven, heap, memory

Increase Java Heap Memory for Maven
java heap is not enough, while building a project using Maven Set the MAVENOPTS system property, example below will give you 1024 Mb heap osx export MAVENOPTS=Xmx1024m windows set MAVENOPTS=Xmx1024m
Other labels: maven, heap, memory