G
Guest
I created a performance object in .Net 1.1 (via PerformanceCounterCategory.Create) and added many instances of performance counter. There seems to be a limit on the number of instances. When I tried to create 1000 instances, I got the following error (after about 600-700 instances)
Custom counters file view is out of memory
So the limit is around 600-700 instances. My questions are: Is it possible to increase this limit? If it is, how?
I have searched all the usual places trying to find answers to the above questions unsuccessfully. I would appreciate it very much if someone could shed some light on this.
Custom counters file view is out of memory
So the limit is around 600-700 instances. My questions are: Is it possible to increase this limit? If it is, how?
I have searched all the usual places trying to find answers to the above questions unsuccessfully. I would appreciate it very much if someone could shed some light on this.