aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xend-config.sxp
diff options
context:
space:
mode:
authoriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>2005-12-03 20:05:39 +0100
committeriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>2005-12-03 20:05:39 +0100
commit04665743824718757e9851c27705c95da0551d96 (patch)
treeb265175a40ef6e71cd0ded3cd2bec8741687a413 /tools/examples/xend-config.sxp
parentad7f8262e3bed2dd8894a84fa2251d872150dc75 (diff)
downloadxen-04665743824718757e9851c27705c95da0551d96.tar.gz
xen-04665743824718757e9851c27705c95da0551d96.tar.bz2
xen-04665743824718757e9851c27705c95da0551d96.zip
Update xend-config.sxp so that dom0-min-mem is 196MB by default, as this is rather more user friendly.
Also do some minor fixes to the README Signed-off-by: ian@xensource.com
Diffstat (limited to 'tools/examples/xend-config.sxp')
-rw-r--r--tools/examples/xend-config.sxp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/examples/xend-config.sxp b/tools/examples/xend-config.sxp
index f600edc19d..67387f02df 100644
--- a/tools/examples/xend-config.sxp
+++ b/tools/examples/xend-config.sxp
@@ -105,7 +105,7 @@
# Dom0 will balloon out when needed to free memory for domU.
# dom0-min-mem is the lowest memory level (in MB) dom0 will get down to.
# If dom0-min-mem=0, dom0 will never balloon out.
-(dom0-min-mem 0)
+(dom0-min-mem 196)
# In SMP system, dom0 will use dom0-cpus # of CPUS
# If dom0-cpus = 0, dom0 will take all cpus available