From cf2948c95722a4a02e86e0774435ba597ffaa066 Mon Sep 17 00:00:00 2001 From: Pranav Salunke Date: Thu, 16 Oct 2014 14:10:30 +0200 Subject: [PATCH] Update controller configuration Adds VM_CPUS as a comment for making it easy for users to edit the number of vCPUs assigned to Controller node. Change-Id: Id5a7336ca721d487a9dff51c9889eca07bba3e0f --- labs/config/config.controller | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/labs/config/config.controller b/labs/config/config.controller index 45bad5b2..89577e56 100644 --- a/labs/config/config.controller +++ b/labs/config/config.controller @@ -14,3 +14,7 @@ NET_IF_2=API_NET # Controller is running most of the services; it needs more than 512 MB RAM VM_MEM=1024 + +# Override number of virtual CPUs (default is 1) +# To edit uncomment the line below +# VM_CPUS=1