system information

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
Does anyone has any idea how to get amount of memory used by the system and also the organization name of the system?

Thanx

Noor
 
Hi Noor,
Does anyone has any idea how to get amount of memory used by the system
and also the organization name of the system?

A totally not interesting piece of information when using dotNet.
Why I say that, because it is not managable by you in dotNet.

One of the things the framework manages is the use of memory.

It does when there is processing almost nothing when there is enough. It
starts collecting the garbage and recycling when there becomes to less or
there is any kind of idle time.

So therefore your used memory amount is always unpredictable, however should
be (when it is not basicly to low) always be enough.

I hope this gives an idea?

Cor
 

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