Message ID | 20170616175704.7832-13-anthony.perard@citrix.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Anthony PERARD writes ("[OSSTEST PATCH v11 12/20] make-flight: Increase dom0_mem for openstack flight"): > With 4G for dom0_mem, a host running devstack is using about 1.5G of > swap. Is this going to work properly on 8G hosts ? Ian.
On Fri, Jun 23, 2017 at 02:42:53PM +0100, Ian Jackson wrote: > Anthony PERARD writes ("[OSSTEST PATCH v11 12/20] make-flight: Increase dom0_mem for openstack flight"): > > With 4G for dom0_mem, a host running devstack is using about 1.5G of > > swap. > > Is this going to work properly on 8G hosts ? Yes, it is fine. I usually do my OpenStack testing on 8G hosts. The CI loop is running with testing on 8G, and have a bit more than 7G for dom0. Tempest only run small VM (64MB or 128MB) and only a few at a time. So yes.
Anthony PERARD writes ("Re: [OSSTEST PATCH v11 12/20] make-flight: Increase dom0_mem for openstack flight"): > On Fri, Jun 23, 2017 at 02:42:53PM +0100, Ian Jackson wrote: > > Anthony PERARD writes ("[OSSTEST PATCH v11 12/20] make-flight: Increase dom0_mem for openstack flight"): > > > With 4G for dom0_mem, a host running devstack is using about 1.5G of > > > swap. > > > > Is this going to work properly on 8G hosts ? > > Yes, it is fine. I usually do my OpenStack testing on 8G hosts. The CI > loop is running with testing on 8G, and have a bit more than 7G for > dom0. Tempest only run small VM (64MB or 128MB) and only a few at a > time. OK, great. Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
diff --git a/make-flight b/make-flight index ff4f17e..a0c9d2b 100755 --- a/make-flight +++ b/make-flight @@ -714,7 +714,7 @@ do_openstack_tests () { job_create_test test-$xenarch$kern-$dom0arch-devstack \ test-devstack libvirt $xenarch $dom0arch \ $os_runvars \ - dom0_mem=4000 \ + dom0_mem=6000 \ enable_xsm=$xsm \ all_hostflags=$most_hostflags done
With 4G for dom0_mem, a host running devstack is using about 1.5G of swap. Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> --- make-flight | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)