The Run As > Maven build...
command in eclipse
has a VM Arguments
tab.
How can I force eclipse to always insert a default vmarg there during compilation? Eg -Xmx1g
? Is that possible at all?
Sidenote: I don't want to give eclipse itself the -Xmx vmarg (like eclipse.ini). But the mvn compilation process!