1
0
Fork 0

added Java runtime question

This commit is contained in:
sido 2018-07-30 21:23:13 +02:00
parent c269997fd0
commit 936e1252fd
1 changed files with 9 additions and 1 deletions

View File

@ -32,4 +32,12 @@ questions:
- "2500Mi"
required: true
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