Hi, Is there any documentation that states which options can be used together with each other. <domain> ... <memoryBacking> <hugepages> <page size="1" unit="G" nodeset="0-3,5"/> <page size="2" unit="M" nodeset="4"/> </hugepages> <nosharepages/> <locked/> <source type="file|anonymous|memfd"/> <access mode="shared|private"/> <allocation mode="immediate|ondemand" threads='8'/> <discard/> </memoryBacking> ... </domain> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20221008/ce6be56a/attachment.htm>
On 10/8/22 11:10, Simon Fairweather wrote:> Hi, > > Is there any documentation that states which options can be used > together with each other. > > > > <domain> > ... > <memoryBacking> > <hugepages> > <page size="1" unit="G" nodeset="0-3,5"/> > <page size="2" unit="M" nodeset="4"/> > </hugepages> > <nosharepages/> > <locked/> > <source type="file|anonymous|memfd"/> > <access mode="shared|private"/> > <allocation mode="immediate|ondemand" threads='8'/> > <discard/> > </memoryBacking> > ... > </domain> >All of them can be used together because they are orthogonal to each other. Michal