summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/containercluster.rnc
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-05-02 19:52:19 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2019-05-02 19:52:19 +0200
commitde5a77421bdfe925770a44a8b459b452f199a28d (patch)
tree11798aa46bb040dc9d7aef1e4838b2e54222ea7d /config-model/src/main/resources/schema/containercluster.rnc
parentb831f41e2e242207dd075dd567260f447e3d56ae (diff)
Add support for an explicit 'jvm' element
Diffstat (limited to 'config-model/src/main/resources/schema/containercluster.rnc')
-rw-r--r--config-model/src/main/resources/schema/containercluster.rnc5
1 files changed, 5 insertions, 0 deletions
diff --git a/config-model/src/main/resources/schema/containercluster.rnc b/config-model/src/main/resources/schema/containercluster.rnc
index 6bc54c433f3..f2862a0114b 100644
--- a/config-model/src/main/resources/schema/containercluster.rnc
+++ b/config-model/src/main/resources/schema/containercluster.rnc
@@ -215,6 +215,11 @@ NodesOfContainerCluster = element nodes {
attribute preload { text }? &
attribute allocated-memory { text }? &
attribute cpu-socket-affinity { xsd:boolean }? &
+ element jvm {
+ attribute options { text }? &
+ attribute gc-options { text }? &
+ attribute allocated-memory { text }?
+ } ? &
element environment-variables {
anyElement +
} ? &