aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/containercluster.rnc
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2018-11-01 23:17:27 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2018-11-01 23:18:07 +0100
commit13e7ffb85bad06d12a3c31034746c25c242c7c73 (patch)
tree53744c6e08c7e8ae00a14d678e0386aa39c70cea /config-model/src/main/resources/schema/containercluster.rnc
parentad224f67874ca12be856afacfb4b7bfb197bc086 (diff)
gcopts -> jvm-gc-options
Diffstat (limited to 'config-model/src/main/resources/schema/containercluster.rnc')
-rw-r--r--config-model/src/main/resources/schema/containercluster.rnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/main/resources/schema/containercluster.rnc b/config-model/src/main/resources/schema/containercluster.rnc
index 4862fdf7a50..9acb9daaba5 100644
--- a/config-model/src/main/resources/schema/containercluster.rnc
+++ b/config-model/src/main/resources/schema/containercluster.rnc
@@ -211,7 +211,7 @@ DocumentApi = element document-api {
NodesOfContainerCluster = element nodes {
attribute jvmargs { text }? &
- attribute gcopts { text }? &
+ attribute jvm-gc-options { text }? &
attribute preload { text }? &
attribute allocated-memory { text }? &
attribute cpu-socket-affinity { xsd:boolean }? &