Möjlig lösning.
I did a brief investigation I am wondering if you are using lots of
performance counters.
I found that there is a .config setting that controls the max fileView
memory size. It is<configuration>
<system.diagnostics>
<performanceCounters filemappingsize="524288" />
</system.diagnostics>
</configuration>(see the filemappingsize attribute in the performanceCounters element)
The filemapping size in the above example is set to the default value. It
can be in the range of 32768 to 33554432.
You might want to try increasing the size and adding into your
machine.config