| Author |
Message |
ali.niche
Joined: 04 May 2012 Posts: 1 Location: Australia
|
Posted: Fri May 04, 2012 2:05 am Post subject: IIS unmanaged memory usage (1.18 G) |
|
|
Hi,
The ANTS memory profiler shows a huge amount of memory usage on production server during one of the methods in our website (around 1.18 G). The usage is in Private bytes and in unmanaged area of it. The problem is when I use the profiler on my local development machine the amount of memory usage is around 256 M in that area.
Production server: 64 Windows 2008 r2 , IIS 7.5, .net framework 2
development server: 32 Windows 7 , IIS 7.5, .net framework 2
Any help would be appreciated |
|
| Back to top |
|
 |
Brian Donahue
Joined: 23 Aug 2004 Posts: 6341 Location: Red Gate Software
|
Posted: Mon May 07, 2012 10:31 am Post subject: |
|
|
Hi,
Private bytes includes the Framework and unmanaged bits of the applicaiton. ANTS Memory Profiler only shows the size of the managed heap. 99% of the time, if there is a problem with your code, there will be some evidence of a memory leak showing in the memory profiler results. The COM and Win32 code is usually something out of your control. _________________ Brian Donahue
Technical Support
Red Gate Software Ltd.
44 (0)870 160 0037 ext 8521
US and CAN 1-866-RED GATE ext 8521 |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group