Insufficient System Resources To profile
stevef
Posts: 4
Hi,
I am trying to run a profile both memory and code on an asp.net 2.0 application. I always get this message at the end of a session or when taking a snapshot.
The message reads "There are insufficient system resources available for profiling, profiling will now stop. Please try again"
I have a screenshot of this message alongside task manager which shows there is lots of memory available but there is no way to attach it to this post.
At what resource level is this exception triggered? Is it configurable?
Can someone help?
Thanks
I am trying to run a profile both memory and code on an asp.net 2.0 application. I always get this message at the end of a session or when taking a snapshot.
The message reads "There are insufficient system resources available for profiling, profiling will now stop. Please try again"
I have a screenshot of this message alongside task manager which shows there is lots of memory available but there is no way to attach it to this post.
At what resource level is this exception triggered? Is it configurable?
Can someone help?
Thanks
Comments
Basically ANTS Profiler tries to detect and handle low-memory situations. You're probably very, very low on memory and there's nothing you couls do short of adding more memory or maybe increasing your page file size.
In performance profiling, you can limit the data that profiler collects potentially by disabling the profiler for short periods where you're not interested in the results. Unfortunately this is not available for memory profiling.
Cheers
We have just brought 5 license bundle of the load/profiler and we need this looking at. If the hardware we are running this on is too low spec please can you guide me on spec so I can have some evidence that we need more ram
Ta
There is no hard and fast rule. If you were able to figure out how much memory the results are taking up in the back end, you could roughly multiply this by three because there needs to be extra buffer space for transmission of the results over named pipes, and exporting to the grid.
You could get a bit more information from the logs, if you create a logs subfolder in the ANTS Profiler program folder and restart the ANTS Profiler Service.