We have a dll that writes to custom performance counters. We just started
catching this exception:

Exception Type: System.InvalidOperationException
Message: Custom counters file view is out of memory.
TargetSite: Int32 CreateCounter(Int32, System.String)

Some research I did found some configurable settings for this in version 2
of the framework. Unfortunately we're running across this problem in a v 1.14
application. How do I provide more memory for the performance couters?