On Tue, 2005-10-18 at 10:39 +0800, Jeff Pitman wrote: > On Tuesday 18 October 2005 10:25, seth vidal wrote: > > ugh - I wonder if it is actually coming from the result list getting > > too huge. > > Wasn't a similar thing happening in 2.2.x when yum had to fallback on > checking the filelist for a depsolve? looking at the code - I'm pretty sure it is tmpvalues around 1148 of yum/__init__.py that's eating memory. it's mostly b/c it is doing a regex of .*userstring.* and .*mt.* will match A LOT of things. -sv