[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: [Xen-devel] [BUG] memory leak in xend
> > My xend process is currently at 462M. To reproduce: start > a domain, > > telnet/xencons into the console, make some output (find / is a good > > way) and watch xend's memory rise. > > Ok, it's not console output. xend's memory flickers up/down, > but ends on the same number. > > I'm trying "watch -n0 xm list" now. So far, it's gone up 700k > in the last minute. It appears as though every run through > "xm list" list adds ~2k Since pyhthon is a garbage collected language, this is not unexpected. It will reclaim the memory only ehen the GC runs. You can probably set tuning parameters for python's GC if you want to reclaim the memory earlier. See python.org. Ian _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |