From 02f129b1bb1fc17f17b2fbca43bd997aa8b28d09 Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Fri, 28 Mar 2014 15:58:45 -0400 Subject: Memory leak from timings Memory leak happens when the dynamic list times grows without anything to reset it. In ceilometer and cinder configuration files, the new option is created: [nova_client] max_timing_buffer= In all clients found that uses extends the HTTPClient and uses the times list, we limit the size of the list by popping off the oldest item in the list to maintain a maximum size. A default size of 200 is chosen, configurable by the above configuration option. Signed-off-by: Amy Fong Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-cinder_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-openstack/recipes-devtools/python/python-cinder_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-cinder_git.bb b/meta-openstack/recipes-devtools/python/python-cinder_git.bb index 8b08dbb..15a2608 100644 --- a/meta-openstack/recipes-devtools/python/python-cinder_git.bb +++ b/meta-openstack/recipes-devtools/python/python-cinder_git.bb @@ -16,6 +16,7 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \ file://glusterfs_setup.sh \ file://lvm_iscsi_setup.sh \ file://add-cinder-volume-types.sh \ + file://fix_cinder_memory_leak.patch \ " SRCREV="8b5fb8409322f61d8b610c97c109a61bf48a940e" -- cgit v1.2.3-54-g00ecf