Allow passing additional jvm args to the daemon, fixes #174

This commit is contained in:
Guillaume Nodet
2020-11-06 09:58:16 +01:00
committed by Peter Palaga
parent a6e4c47aaa
commit 97cde29e84
3 changed files with 17 additions and 0 deletions

View File

@@ -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
*/