aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xmexample.hvm
diff options
context:
space:
mode:
authorTim Deegan <Tim.Deegan@xensource.com>2007-09-11 12:30:39 +0100
committerTim Deegan <Tim.Deegan@xensource.com>2007-09-11 12:30:39 +0100
commite58cf9dbf9637ec11acf7de9c2fd39c776c2b394 (patch)
treec080ca8efe5acf70519872a400db7ffab475372f /tools/examples/xmexample.hvm
parent9caf62ac1390ad6fc8895ae442023dedd2c3597b (diff)
downloadxen-e58cf9dbf9637ec11acf7de9c2fd39c776c2b394.tar.gz
xen-e58cf9dbf9637ec11acf7de9c2fd39c776c2b394.tar.bz2
xen-e58cf9dbf9637ec11acf7de9c2fd39c776c2b394.zip
Xend: "shadow_memory" setting in xm config is in MiB, not bytes.
Signed-off-by: Tim Deegan <Tim.Deegan@xensource.com>
Diffstat (limited to 'tools/examples/xmexample.hvm')
-rw-r--r--tools/examples/xmexample.hvm1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/examples/xmexample.hvm b/tools/examples/xmexample.hvm
index c027f0821b..e040548186 100644
--- a/tools/examples/xmexample.hvm
+++ b/tools/examples/xmexample.hvm
@@ -28,6 +28,7 @@ builder='hvm'
memory = 128
# Shadow pagetable memory for the domain, in MB.
+# If not explicictly set, xend will pick an appropriate value.
# Should be at least 2KB per MB of domain memory, plus a few MB per vcpu.
# shadow_memory = 8