Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Netbeans 7.3 how to set MAVEN_OPTS, e.g. MaxPermSize

When using Netbeans 7.3 how can I set the maven build action properties to set the MAVEN_OPTS. E.g.

-Xms512m -Xmx1024m -XX:MaxPermSize=1024m

like image 786
Chris Snow Avatar asked Jun 27 '13 16:06

Chris Snow


1 Answers

Try right clicking on the project and setting an action with a property for Env.MAVEN_OPTS similar to this:

screenshot

like image 151
Chris Snow Avatar answered Oct 23 '22 00:10

Chris Snow