Threads and memory

  • Thread starter Thread starter Marty
  • Start date Start date
M

Marty

Hi,

Does the use of many threads increase the level of used memory (RAM) by
my appl.? How can I measure that consumption of mem. by threads?

Thank you
Marty
 
Does the use of many threads increase the level of used memory (RAM) by
my appl.?

Yes, each thread has its own stack for example (1 MB by default).

How can I measure that consumption of mem. by threads?

You can use performance counters.



Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top