Label: heap

All content with label heap.
Related Labels: performance, maven, 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, memory, performance