java - How to set a default -vm option for maven build in eclipse? -


the run > maven build... command in eclipse has vm arguments tab.

how can force eclipse insert default vmarg there during compilation? eg -xmx1g? possible @ all?

sidenote: don't want give eclipse -xmx vmarg (like eclipse.ini). mvn compilation process!

one way set in jre vm args option in ide run configuration.

enter image description here

quick thing , can set @ plugin level , https://maven.apache.org/plugins/maven-compiler-plugin/examples/compile-with-memory-enhancements.html used during run.


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -