|
|
|
|
|
|
|
|
|
|
xen-bugs
[Xen-bugs] [Bug 1292] Memory leak in xend
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1292
jfehlig@xxxxxxxxxx changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
------- Comment #5 from jfehlig@xxxxxxxxxx 2008-07-25 09:40 -------
Reopening as leaks still exist. After about 20,000 iterations of script noted
in comment #1, xend's memory has grown significantly.
Memory stats before starting script:
xen73:~ # ps -p 24513 -o %mem,size,rss,vsz,cmd
%MEM SZ RSS VSZ CMD
.1 85016 13388 135112 /usr/bin/python2.4 /usr/sbin/xend start
Memory stats after 20,000 create/shutdown iterations:
xen73:~ # ps -p 24513 -o %mem,size,rss,vsz,cmd
%MEM SZ RSS VSZ CMD
14.9 611740 535484 659864 /usr/bin/python2.4 /usr/sbin/xend start
Test was performed on x86_64 host using xen-unstable c/s 17987, including c/s
18030 (patch in comment #3). I realize this setup is ~146 changesets old but I
haven't seen any patches to remedy this leak between 17987 and 18133.
--
Configure bugmail:
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs
|
|
|
|
|