Re: [openstack-dev] [Neutron][QA] Partial fix for unittest memory consumption

2014-05-09 Thread Edgar Magana Perdomo (eperdomo)
@lists.openstack.orgmailto:openstack-dev@lists.openstack.org Date: Thursday, May 8, 2014 at 7:30 AM To: OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.orgmailto:openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] [Neutron][QA] Partial fix

[openstack-dev] [Neutron][QA] Partial fix for unittest memory consumption

2014-05-08 Thread Maru Newby
Memory usage due to plugin+mock leakage is addressed by the following patch: https://review.openstack.org/#/c/92793/ I'm seeing residual (post-test) memory usage decrease from ~4.5gb to ~1.3gb with 12 concurrent test runners. Of the 1.3gb, sqlalchemy is taking the lion share at ~500mb, so

Re: [openstack-dev] [Neutron][QA] Partial fix for unittest memory consumption

2014-05-08 Thread Salvatore Orlando
Thanks Maru, I've added this patch to my list of patches to review. I've also targeted the bug of J-1 because I love being a pedant bookkeeper. Salvatore On 8 May 2014 11:41, Maru Newby ma...@redhat.com wrote: Memory usage due to plugin+mock leakage is addressed by the following patch:

Re: [openstack-dev] [Neutron][QA] Partial fix for unittest memory consumption

2014-05-08 Thread Joe Gordon
On Thu, May 8, 2014 at 7:30 AM, Salvatore Orlando sorla...@nicira.comwrote: Thanks Maru, I've added this patch to my list of patches to review. I've also targeted the bug of J-1 because I love being a pedant bookkeeper. Salvatore On 8 May 2014 11:41, Maru Newby ma...@redhat.com wrote: