On Mon, 2001-12-17 at 19:31, John Sturgeon wrote: > Looking at the evolution processes running, I come across *several* (20) > evolution-executive-summary' processes: ... > each one taking up a whoping 10Mbtyes of memory.
That's how linux represents threads. It's actually one process with 20 threads, each using the *same* 10M. The summary uses gnome-vfs to read web sites, so it ends up spawning a separate thread for each weather and RDF site in your summary. -- Dan _______________________________________________ evolution maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution
