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
 
Back
Top