SDS,
You might want to check the performance counters for .NET. It will give
you information such as number of GC's, bytes retrieved per GC, and a whole
slew of other information (there are 12 categories alone for .NET, 2 of
which are specific to data providers, the other 10 related to the CLR, with
individual counters in each category).
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
-
mvp@spam.guard.caspershouse.com
"SDS" <sstreaker@gmail.com> wrote in message
news:1120573511.562792.62670@z14g2000cwz.googlegro ups.com...[color=blue]
> Very cool, I was expecting an answer along these lines. =)
>
> So, my dev box has 2GB of RAM I believe. Obviously 60MB is not a
> concern to me personally, but my concerns were more along the lines of
> this being installed by others on boxes with substantially less RAM
> (like 256MB for example, where 60MB *is* a big deal). Would it be safe
> to say that the behavior I am observing may vary from system to system,
> depending on the hardware configuration of that system?
>
> Also, if watching the process memory utilization is not an indication
> of whether or not I am cleaning up resources properly, what would be a
> good way to monitor such things?
>
> Thanks!
>[/color]