diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-02-26 18:01:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-02-26 18:01:07 +0000 |
commit | b02375ce3645d57e04388cf4b3c8721d569e03a8 (patch) | |
tree | 19f8a861d0c31bd87b3f6b52b7da370aa746ebcc /bootstrap/vagrant-onap | |
parent | af8aad211786393c3505c7649cc18c88195b8f45 (diff) | |
parent | 976904426258c67eddee6363ff99150481eabd00 (diff) |
Merge "Update sdc test and vagrant conf"
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", }, |