From 976904426258c67eddee6363ff99150481eabd00 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 21 Feb 2018 18:15:54 -0500 Subject: Update sdc test and vagrant conf Change-Id: I632b6b8c8c32fe5fd3cab0e7bf6aaf5cb2026cd0 Issue-ID: SDC-821 Signed-off-by: Yuli Shlosberg --- bootstrap/vagrant-onap/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap/vagrant-onap') diff --git a/bootstrap/vagrant-onap/Vagrantfile b/bootstrap/vagrant-onap/Vagrantfile index b96e535c0..6d35a1afd 100644 --- a/bootstrap/vagrant-onap/Vagrantfile +++ b/bootstrap/vagrant-onap/Vagrantfile @@ -199,7 +199,7 @@ nodes = [ :macs => [], :cpus => 2, :cpu => "50", - :ram => 8 * 1024, + :ram => 6 * 1024, :groups => ["individual"], :args => ["sdc"], :hd => { :virtualbox => "20480", :libvirt => "20G", }, -- cgit 1.2.3-korg