File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ layout: default
44---
55
66Memory 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
3132The 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
3638First the shadow memory is calculated, in MiB
3739
You can’t perform that action at this time.
0 commit comments