From cc699cf93f06c09f35254d7baa5ce79180794eba Mon Sep 17 00:00:00 2001 From: Roger Luethi Date: Thu, 14 Aug 2014 10:15:27 +0200 Subject: [PATCH] labs: increase RAM allocation for controller node The controller node is running most of the services. It slows to a crawl once all of them are installed. This patch gives the controller node 1024 MB of RAM (instead of the current default: 512 MB). Change-Id: I231fc4e32ed71edf10987a462714bb9d230647d1 Implements: blueprint openstack-training-labs --- labs/config/config.controller | 3 +++ 1 file changed, 3 insertions(+) diff --git a/labs/config/config.controller b/labs/config/config.controller index fdfa4651..45bad5b2 100644 --- a/labs/config/config.controller +++ b/labs/config/config.controller @@ -11,3 +11,6 @@ FOURTH_OCTET=51 NET_IF_0=nat NET_IF_1=MGMT_NET NET_IF_2=API_NET + +# Controller is running most of the services; it needs more than 512 MB RAM +VM_MEM=1024