On 12/2/06, Derek Yuen <derek.yuen at utoronto.ca> wrote: > Apologies -- I misinterpreted the top output. Does that mean "many > threads consuming 40MB ram each" ? One process is consuming 40 MB RAM, once. There are many threads in that process, all of which have access to the same memory space. -- Ben