From 1bb694defe4d1180492213e1cc91c628c848e09b Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Wed, 6 Mar 2013 14:05:44 -0800 Subject: [PATCH] update compute2 to 12GB this is to work around the fact that VMs do not seem to deallocate corretly on redhat. --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 1b4fd5b..9f4cd3b 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -44,7 +44,7 @@ Vagrant::Config.run do |config| # intended to be used for tempest tests {'compute2' => { - 'memory' => 8000, + 'memory' => 12000, 'ip1' => '172.16.0.14' } },