All of lore.kernel.org
 help / color / mirror / Atom feed
* [BUG] memory leak in xend, console output
@ 2005-04-05  5:14 Christopher S. Aker
  2005-04-05  5:27 ` [BUG] memory leak in xend Christopher S. Aker
  0 siblings, 1 reply; 10+ messages in thread
From: Christopher S. Aker @ 2005-04-05  5:14 UTC (permalink / raw)
  To: xen-devel

2.05 stable tools

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.

Can't restart xend, since it refuses to restart if there are domUs running (check
this post)
http://lists.xensource.com/archives/html/xen-devel/2005-04/msg00051.html

Thanks,
-Chris

^ permalink raw reply	[flat|nested] 10+ messages in thread
* RE: [BUG] memory leak in xend
@ 2005-04-05  6:49 Ian Pratt
  0 siblings, 0 replies; 10+ messages in thread
From: Ian Pratt @ 2005-04-05  6:49 UTC (permalink / raw)
  To: Christopher S. Aker, xen-devel

 > > 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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2005-04-07 20:49 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-05  5:14 [BUG] memory leak in xend, console output Christopher S. Aker
2005-04-05  5:27 ` [BUG] memory leak in xend Christopher S. Aker
2005-04-07 13:34   ` M.A. Williamson
2005-04-07 17:51     ` Christopher S. Aker
2005-04-07 18:23       ` Anthony Liguori
2005-04-07 18:36         ` Matt Ayres
2005-04-07 18:45         ` Christopher S. Aker
2005-04-07 18:50           ` Adam Heath
2005-04-07 20:49             ` Christopher S. Aker
  -- strict thread matches above, loose matches on Subject: below --
2005-04-05  6:49 Ian Pratt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.