Label: heap+memory

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