|
From: Julian S. <js...@ac...> - 2006-08-22 10:48:02
|
> So now, I can start konqueror and it runs for ~ 60 seconds > (doing fontconfig crap) but I had to control-C it before the konq > window appeared, due to memory use exceeding 450MB. Update: I can get the konq main window, but it exhausts my 2G swap partition before it can render the first page. At the point the process died its total size was using about 2600M. Watching it with top, there were many places where it seemed to increase in size at a rate of almost 20MB/sec, and I believe it averaged 10MB/sec overall. One thing I observe is that you're intercepting malloc/free. Is that necessary? Does that make the algorithm work better somehow? J |