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
This commit is contained in:
Roger Luethi 2014-08-14 10:15:27 +02:00
parent 9317570325
commit cc699cf93f

View File

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