Comment 8 for bug 1316433

Revision history for this message
Radoslav Gerganov (rgerganov) wrote :

I am not able to reproduce a memory leak on Havana. What Ishant pointed in comment #6 is not a problem because 'ds_ref' is a string, not a MoRef.

I have been using the default image for DevStack Havana (debian-2.6.32-i686) and the following commands (repeated many times):

  nova boot --flavor m1.nano --image 6be7cf2c-4ff3-4e2b-a6c3-125323724f81 --security-groups default foobar
  nova delete foobar

I didn't observe any leaks with objgraph.

Ishant, could you please tell us which specific suds type you see leaking? What is the output of:

  objgraph.show_growth(limit=20, shortnames=False)

after every let's say 10 operations?