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
This commit is contained in:
Pranav Salunke 2014-10-16 14:10:30 +02:00
parent 9066f772ee
commit cf2948c957

View File

@ -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