diff options
author | Jimmy Forsyth <jf2512@att.com> | 2018-02-21 18:15:54 -0500 |
---|---|---|
committer | Yuli Shlosberg <ys9693@att.com> | 2018-02-26 15:07:52 +0200 |
commit | 976904426258c67eddee6363ff99150481eabd00 (patch) | |
tree | ed30f72404dc5afb411fb62a1910169e1674e62b /bootstrap/vagrant-onap | |
parent | eb0027abc02957fd972cd7ed285db8496445b5c8 (diff) |
Update sdc test and vagrant conf
Change-Id: I632b6b8c8c32fe5fd3cab0e7bf6aaf5cb2026cd0
Issue-ID: SDC-821
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
Diffstat (limited to 'bootstrap/vagrant-onap')
-rw-r--r-- | bootstrap/vagrant-onap/Vagrantfile | 2 |
1 files changed, 1 insertions, 1 deletions
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", }, |