aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xmexample2
diff options
context:
space:
mode:
Diffstat (limited to 'tools/examples/xmexample2')
-rw-r--r--tools/examples/xmexample24
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/examples/xmexample2 b/tools/examples/xmexample2
index 61479ca5f0..07a80db366 100644
--- a/tools/examples/xmexample2
+++ b/tools/examples/xmexample2
@@ -55,6 +55,10 @@ name = "VM%d" % vmid
#cpu = -1 # leave to Xen to pick
cpu = vmid # set based on vmid (mod number of CPUs)
+# Number of Virtual CPUS to use, default is 1
+#vcpus = 1
+vcpus = 4 # make your domain a 4-way
+
#----------------------------------------------------------------------------
# Define network interfaces.