Skip to content

Commit 6b642ac

Browse files
committed
Memory accounting: improve the formatting
Signed-off-by: David Scott <[email protected]>
1 parent d0deffb commit 6b642ac

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

xapi/design/memory-accounting.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ layout: default
44
---
55

66
Memory is used for many things:
7+
78
- the hypervisor code: this is the Xen executable itself
89
- the hypervisor heap: this is needed for per-domain structures and per-vCPU
910
structures
@@ -29,9 +30,10 @@ VM overhead
2930
------------
3031

3132
The inputs to the model are
32-
- VM.memory_static_max: the maximum amount of RAM the domain will be able to use
33-
- VM.HVM_shadow_multiplier: allows the shadow memory to be increased
34-
- VM.VCPUs_max: the maximum number of vCPUs the domain will be able to use
33+
34+
- `VM.memory_static_max`: the maximum amount of RAM the domain will be able to use
35+
- `VM.HVM_shadow_multiplier`: allows the shadow memory to be increased
36+
- `VM.VCPUs_max`: the maximum number of vCPUs the domain will be able to use
3537

3638
First the shadow memory is calculated, in MiB
3739

0 commit comments

Comments
 (0)