aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xend-config.sxp
diff options
context:
space:
mode:
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2005-10-19 13:37:16 +0100
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2005-10-19 13:37:16 +0100
commitf3adfa9dcb4df8c03fb0fd47e2b9d2bbc028bb1f (patch)
tree1484701a2feb563818bc58ee1a10b5477dd21a62 /tools/examples/xend-config.sxp
parentc8a1f1c7fce74352f4c2aabcf13803502debacc0 (diff)
downloadxen-f3adfa9dcb4df8c03fb0fd47e2b9d2bbc028bb1f.tar.gz
xen-f3adfa9dcb4df8c03fb0fd47e2b9d2bbc028bb1f.tar.bz2
xen-f3adfa9dcb4df8c03fb0fd47e2b9d2bbc028bb1f.zip
Set the console limit for DomUs based on a value set in xend-config.sxp.
Signed-off-by: Dan Smith <danms@us.ibm.com> Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'tools/examples/xend-config.sxp')
-rw-r--r--tools/examples/xend-config.sxp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/examples/xend-config.sxp b/tools/examples/xend-config.sxp
index 1b6b8c52e1..75152f21db 100644
--- a/tools/examples/xend-config.sxp
+++ b/tools/examples/xend-config.sxp
@@ -20,6 +20,9 @@
# Specifying the empty string '' allows all connections.
(console-address 'localhost')
+# The limit (in kilobytes) on the size of the console buffer
+(console-limit 1024)
+
## Use the following if VIF traffic is routed.
# The script used to start/stop networking for xend.
#(network-script network-route)