How can we help you today? How can we help you today?
Bart Read
Hey, don't worry about the word wrap - just found it on the output pane's context menu. Be worth adding an option to the toolbar as well though. / comments
Hey, don't worry about the word wrap - just found it on the output pane's context menu. Be worth adding an option to the toolbar as well though.
0 votes
Hi Paul, Great, thanks. 4 GB should be fine, although .NET processes tend to start playing up at 1.7-1.8 GB on a 32-bit operating system; on a 64-bit OS this shouldn't be an issue at all. If the profiler isn't using that much memory then it'll be because down to fragmentation occurring; that's the issue I talked about with the need for the 20 MB contiguous block for the memory mapped file. The thing is that generally fragmentation doesn't become a big issue until the process has swallowed more than 1 GB, so that would still be somewhat odd--there is a very remote chance that it could be an issue at any time though, so maybe it's just that. If on the other hand you're seeing extremely high profiler memory usage then it could be one of the following: - Extremely complex/very deep call stacks; it's on by default anyway, but if needs be I'd recommend switching on the "Simplify very complex stack traces to save memory". - We have a memory leak, although I'd be surprised if the memory usage could build up enough to cause a problem in only ten minutes. Even with complex applications it's extremely rare for ANTS Profiler 4 to use more than 500-600MB on my system, and yours easily has enough headroom to cope with that. Hope some of that is helpful. Thanks, Bart / comments
Hi Paul, Great, thanks. 4 GB should be fine, although .NET processes tend to start playing up at 1.7-1.8 GB on a 32-bit operating system; on a 64-bit OS this shouldn't be an issue at all. If the pr...
0 votes