Hi,<br>We&#39;re trying to figure out the usage of overall system memory by our IronPython/WPF app. I&#39;ve been looking at various &quot;memory profilers&quot;, but they seem to be concerned with memory leaks within the app itself, etc.<br>

<br>What we&#39;d like to be able to find out is something like this:<br><br>1) How much memory does my app use? This is pretty straightforward, check task manager.<br><br>2) How much memory does a second (third, fourth...) copy of the app use? Task manager does not appear to show this correctly.<br>

<br>It seems as if .NET should be shared among different instances of the application, so that if the first instance of an app uses up 600M of system memory (say, 400M of .NET and 200M of application code) then a second, third... instance of the app should only add each an incremental 200M to the total system memory usage. Task manager appears to show each instance as independently using 600M, inflating the apparent memory used.<br>

<br>Anyone know how to properly determine the system load for multiple instances of a .NET app? Again, most of the &quot;memory profilers&quot; don&#39;t really appear to address this.<br>Thanks,<br>Ken<br>