hi all
USER OBJECTS exceeded the 10000 limit, how to find which class raise the issue?
any reply is appreciated.
desktop application user objects limit
-
- Posts: 1030
- Joined: Wed Mar 02, 2005 7:53 pm
Re: desktop application user objects limit
The unmanaged resources tracker in .NET Memory Profiler should be able to help you find out how the USER objects are created.
First of all, I recommend that you make sure that the symbol file locations are correctly initialized using Tools->Options (see screenshot below). When you start profiling your application, make sure the unmanaged resources tracker is enabled. While profiling you can collect a few snapshots and investigate the USER objects . If the number of instances seems to increase for each snapshot, you can investigate this further. The allocation call stacks of the new resource instances should hopefully give you information about why and how they were created.
I hope this helps you get started.
First of all, I recommend that you make sure that the symbol file locations are correctly initialized using Tools->Options (see screenshot below). When you start profiling your application, make sure the unmanaged resources tracker is enabled. While profiling you can collect a few snapshots and investigate the USER objects . If the number of instances seems to increase for each snapshot, you can investigate this further. The allocation call stacks of the new resource instances should hopefully give you information about why and how they were created.
I hope this helps you get started.
Best regards,
Andreas Suurkuusk
SciTech Software AB
Andreas Suurkuusk
SciTech Software AB
Who is online
Users browsing this forum: No registered users and 12 guests