From 509585f7ecf7f39ee08bfae40db1ccba4f15a42a Mon Sep 17 00:00:00 2001 From: Roger Luethi Date: Tue, 26 Aug 2014 14:51:50 +0200 Subject: [PATCH] labs: increase RAM allocation for compute node Running a default instance on the compute node uses 512 MB RAM, which is all of the compute node's RAM. This patch increases the RAM allocation for the compute node to 1024 MB, enabling it to run an instance. Change-Id: I59ef85b2680f8b68d08108d738e03a964457680c --- labs/config/config.compute | 3 +++ 1 file changed, 3 insertions(+) diff --git a/labs/config/config.compute b/labs/config/config.compute index 6b8cd02e..eaf6ec47 100644 --- a/labs/config/config.compute +++ b/labs/config/config.compute @@ -11,5 +11,8 @@ NET_IF_0=nat NET_IF_1=MGMT_NET NET_IF_2=DATA_NET +# A default instance within compute uses 512 MB RAM +VM_MEM=1024 + # Override number of virtual CPUs (default is 1) VM_CPUS=2