mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-24 13:15:06 +00:00
Allow passing additional jvm args to the daemon, fixes #174
This commit is contained in:

committed by
Peter Palaga

parent
a6e4c47aaa
commit
97cde29e84
@@ -113,6 +113,10 @@ public enum Environment {
|
||||
* JVM options for the daemon
|
||||
*/
|
||||
DAEMON_MAX_HEAP_SIZE("daemon.maxHeapSize", null, "2G", true),
|
||||
/**
|
||||
* Additional JVM args for the daemon
|
||||
*/
|
||||
DAEMON_JVM_ARGS("daemon.jvmArgs", null, "", true),
|
||||
/**
|
||||
* JVM options for the daemon
|
||||
*/
|
||||
|
Reference in New Issue
Block a user