Posted By:
michael_dean
Posted On:
Wednesday, August 21, 2002 10:45 PM
In Linux, the ps command shows each thread as a separate "process." In fact, you have 13 threads running in a single VM with ~7MB of RAM. The 13 threads reporting 7MB of RAM are all talking about the same 7MB, so when you added things up (7MB/process * 13processes=100MB), you overestimated the memory requirements. :)