added Java runtime question
This commit is contained in:
parent
c269997fd0
commit
936e1252fd
@ -32,4 +32,12 @@ questions:
|
|||||||
- "2500Mi"
|
- "2500Mi"
|
||||||
required: true
|
required: true
|
||||||
group: "MOLGENIS - Resource limits"
|
group: "MOLGENIS - Resource limits"
|
||||||
label: Memory limit
|
label: Memory limit
|
||||||
|
- variable: molgenis.javaOpts
|
||||||
|
default: "-Xmx1g -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled"
|
||||||
|
description: "Java runtime options for the MOLGENIS instance"
|
||||||
|
type: enum
|
||||||
|
options:
|
||||||
|
- "-Xmx1g -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled"
|
||||||
|
- "-Xmx2g -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled"
|
||||||
|
label: Java memory options
|
||||||
|
Loading…
Reference in New Issue
Block a user