From b6177b62a394b320899cfc341d3d5c2f111e2dcc Mon Sep 17 00:00:00 2001 From: Pranav Salunke Date: Thu, 16 Oct 2014 14:14:32 +0200 Subject: [PATCH] Update network configuration script Adds ram and cpu variables, the vcpu variable is commented out. This will make it easier for users to edit the configuration for network node. Change-Id: Id9e6e221d525d457794a76cebb5466e1ca98b7f2 --- labs/config/config.network | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/labs/config/config.network b/labs/config/config.network index 9a629d80..5e15c4fa 100644 --- a/labs/config/config.network +++ b/labs/config/config.network @@ -11,3 +11,10 @@ NET_IF_0=nat NET_IF_1=MGMT_NET NET_IF_2=DATA_NET NET_IF_3=API_NET + +# A default instance within network uses 512 MB RAM +# VM_MEM=512 + +# Override number of virtual CPUs (default is 1) +# Uncomment and edit the line below to change number of vCPUs used +# VM_CPUS=1