summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/content.rnc
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-09-06 15:09:57 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2016-09-06 15:41:27 +0200
commitaafcd8470b3510b5def34a0397c0d066f5581f94 (patch)
tree36363f34aa8021f783ca6a2dbfd50d2829b25e1b /config-model/src/main/resources/schema/content.rnc
parentd85f743a59652f2521b40beb9dff66ed31097863 (diff)
Control malloc options in services.
Diffstat (limited to 'config-model/src/main/resources/schema/content.rnc')
-rw-r--r--config-model/src/main/resources/schema/content.rnc12
1 files changed, 12 insertions, 0 deletions
diff --git a/config-model/src/main/resources/schema/content.rnc b/config-model/src/main/resources/schema/content.rnc
index 110bcc5e3bc..30b931053d5 100644
--- a/config-model/src/main/resources/schema/content.rnc
+++ b/config-model/src/main/resources/schema/content.rnc
@@ -197,6 +197,10 @@ ContentNode = element node {
attribute capacity { xsd:double { minExclusive = "0.0" } }? &
attribute mmap-core-limit { xsd:nonNegativeInteger }? &
attribute core-on-oom { xsd:boolean }? &
+ attribute no-vespamalloc { xsd:string }? &
+ attribute vespamalloc { xsd:string }? &
+ attribute vespamalloc-debug { xsd:string }? &
+ attribute vespamalloc-debug-stacktrace { xsd:string }? &
attribute cpu-socket { xsd:nonNegativeInteger }?
}
@@ -204,6 +208,10 @@ ContentNodes = element nodes {
attribute cpu-socket-affinity { xsd:string }? &
attribute mmap-core-limit { xsd:nonNegativeInteger }? &
attribute core-on-oom { xsd:boolean }? &
+ attribute no-vespamalloc { xsd:string }? &
+ attribute vespamalloc { xsd:string }? &
+ attribute vespamalloc-debug { xsd:string }? &
+ attribute vespamalloc-debug-stacktrace { xsd:string }? &
(
(
attribute count { xsd:positiveInteger } &
@@ -225,6 +233,10 @@ TopGroup = element group {
attribute cpu-socket-affinity { xsd:string }? &
attribute mmap-core-limit { xsd:nonNegativeInteger }? &
attribute core-on-oom { xsd:boolean }? &
+ attribute no-vespamalloc { xsd:string }? &
+ attribute vespamalloc { xsd:string }? &
+ attribute vespamalloc-debug { xsd:string }? &
+ attribute vespamalloc-debug-stacktrace { xsd:string }? &
attribute distribution-key { xsd:nonNegativeInteger }? &
(
ContentNode +