We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1cffcb commit c1b271bCopy full SHA for c1b271b
doc/content/design/numa.md
@@ -25,10 +25,10 @@ NUMA-related properties of VMs to API clients, and in particualar
25
XenCenter. Each one is represented by a new field in XAPI's `VM_metrics`
26
data model:
27
28
-* RO `VM_metrics.numa_optimised`: boolean: if the VM_metrics is
+* RO `VM_metrics.numa_optimised`: boolean: if the VM is
29
optimised for NUMA
30
* RO `VM_metrics.numa_nodes`: integer: number of NUMA nodes of the host
31
- the VM_metrics is using
+ the VM is using
32
* MRO `VM_metrics.numa_node_memory`: int -> int map; mapping a NUMA node
33
(int) to an amount of memory (bytes) in that node.
34
0 commit comments