Limit on number of instances for a performance counter

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top