Example XML:
<numatune>
<memory mode="strict" nodeset="0-10,^4"/>
</numatune>
Please enter the commit message for your changes. Lines starting
</zeroOrMore>
</element>
</optional>
+
+ <!-- All the NUMA related tunables would go in the numatune -->
+ <optional>
+ <element name="numatune">
+ <optional>
+ <element name="memory">
+ <attribute name="mode">
+ <choice>
+ <value>strict</value>
+ <value>preferred</value>
+ <value>interleave</value>
+ </choice>
+ </attribute>
+ <attribute name="nodeset">
+ <ref name="cpuset"/>
+ </attribute>
+ </element>
+ </optional>
+ </element>
+ </optional>
</interleave>
</define>
<define name="clock">