Hi,
How about using Performance counters
(System.Diagnostics.PerformanceCounter)?
PerformanceCounter memory = new PerformanceCounter("Memory", "Available
KBytes");
[quoted text, click to view] "Billg_sd" <Billgsd@discussions.microsoft.com> wrote in message
news:BD9F76D8-55E3-4E3A-B5C5-22017C955D76@microsoft.com...
> Is there an SDK or other DotNet call to determine the total amount of
> physical RAM installed on a system?
>
> If my process consomes more than X% of system resources, I'd like to warn
> the user. This would also be usefull for my installer. I could warn the
> user
> that they don't have enough RAM installed to run efficiently.
>
>
>
>