473,396 Members | 1,738 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

memory consumption!

Hi

We built a Windows application on .Net 2 framework using Infragistics
controls. We got a bug reported from our client complaining high physical
memory consumption showing in the task manager and the memory suddenly drops
off as they minimize the application. As we analysed the problem we could
find the application seems to consume 55000K and drops off to 3000K as I
minimize the application, but the strange thing I noiticed is that this seems
to happen for most of the Windows application like IE, Media Player,outlook
or even for MS Word.

I would like to know how can I address this bug and also why such a
phenomenon haoning in windows.

Is it due to the video memory used by the application? which may released as
I minimize?

please post your comments and resolutions.

Thanks
--
Sandeep Thoppil
Jun 20 '07 #1
4 1747
On Wed, 20 Jun 2007 03:05:00 -0700, Sandeep Thoppil wrote:
We built a Windows application on .Net 2 framework using Infragistics
controls. We got a bug reported from our client complaining high physical
memory consumption showing in the task manager and the memory suddenly drops
off as they minimize the application. As we analysed the problem we could
find the application seems to consume 55000K and drops off to 3000K as I
minimize the application, but the strange thing I noiticed is that this seems
to happen for most of the Windows application like IE, Media Player,outlook
or even for MS Word.

I would like to know how can I address this bug and also why such a
phenomenon haoning in windows.

Is it due to the video memory used by the application? which may released as
I minimize?
This is not a bug and this has little to do with the .NET framework itself
as you have already noticed. This is due to the way the Windows Task
Manager presents the memory usage (the memory usage that you see in task
manager is not the actual memory being used by the application itelf).
Michael McIntyre has written a very good article about this particular
"problem":
<http://getdotnetco.web119.discountasp.net/GdncStore/free/Articles/The%20Memory%20Mystery.htm>
(see the ".Net Urban Legend" section).
Jun 20 '07 #2
Good Read.

-Thanks.

M.

"Mehdi" <vi****@REMOVEME.gmail.comwrote in message
news:tk****************************@40tude.net...
On Wed, 20 Jun 2007 03:05:00 -0700, Sandeep Thoppil wrote:
>We built a Windows application on .Net 2 framework using Infragistics
controls. We got a bug reported from our client complaining high physical
memory consumption showing in the task manager and the memory suddenly
drops
off as they minimize the application. As we analysed the problem we could
find the application seems to consume 55000K and drops off to 3000K as I
minimize the application, but the strange thing I noiticed is that this
seems
to happen for most of the Windows application like IE, Media
Player,outlook
or even for MS Word.

I would like to know how can I address this bug and also why such a
phenomenon haoning in windows.

Is it due to the video memory used by the application? which may released
as
I minimize?

This is not a bug and this has little to do with the .NET framework itself
as you have already noticed. This is due to the way the Windows Task
Manager presents the memory usage (the memory usage that you see in task
manager is not the actual memory being used by the application itelf).
Michael McIntyre has written a very good article about this particular
"problem":
<http://getdotnetco.web119.discountasp.net/GdncStore/free/Articles/The%20Memory%20Mystery.htm>
(see the ".Net Urban Legend" section).

Jun 20 '07 #3
Common problem, easy to fix:
http://www.coversant.com/Coversant/B...4/Default.aspx

Be aware, if you search on this topic, that different people view this
solution differently. For us, and others, it works quite well. Customers are
happy (or rather, Customers are not pissed off at the BloatWare we give
them), we're happy, and things work just fine.

--
Chris Mullins, MCSD.NET, MCPD:Enterprise, Microsoft C# MVP
http://www.coversant.com/blogs/cmullins

"Sandeep Thoppil" <Sa************@discussions.microsoft.comwrote in
message news:7E**********************************@microsof t.com...
Hi

We built a Windows application on .Net 2 framework using Infragistics
controls. We got a bug reported from our client complaining high physical
memory consumption showing in the task manager and the memory suddenly
drops
off as they minimize the application. As we analysed the problem we could
find the application seems to consume 55000K and drops off to 3000K as I
minimize the application, but the strange thing I noiticed is that this
seems
to happen for most of the Windows application like IE, Media
Player,outlook
or even for MS Word.

I would like to know how can I address this bug and also why such a
phenomenon haoning in windows.

Is it due to the video memory used by the application? which may released
as
I minimize?

please post your comments and resolutions.

Thanks
--
Sandeep Thoppil

Jun 21 '07 #4
Excellent !
--
Sandeep Thoppil
"Chris Mullins [MVP]" wrote:
Common problem, easy to fix:
http://www.coversant.com/Coversant/B...4/Default.aspx

Be aware, if you search on this topic, that different people view this
solution differently. For us, and others, it works quite well. Customers are
happy (or rather, Customers are not pissed off at the BloatWare we give
them), we're happy, and things work just fine.

--
Chris Mullins, MCSD.NET, MCPD:Enterprise, Microsoft C# MVP
http://www.coversant.com/blogs/cmullins

"Sandeep Thoppil" <Sa************@discussions.microsoft.comwrote in
message news:7E**********************************@microsof t.com...
Hi

We built a Windows application on .Net 2 framework using Infragistics
controls. We got a bug reported from our client complaining high physical
memory consumption showing in the task manager and the memory suddenly
drops
off as they minimize the application. As we analysed the problem we could
find the application seems to consume 55000K and drops off to 3000K as I
minimize the application, but the strange thing I noiticed is that this
seems
to happen for most of the Windows application like IE, Media
Player,outlook
or even for MS Word.

I would like to know how can I address this bug and also why such a
phenomenon haoning in windows.

Is it due to the video memory used by the application? which may released
as
I minimize?

please post your comments and resolutions.

Thanks
--
Sandeep Thoppil


Jun 25 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Andy | last post by:
Along with many others I've noticed the large amount of memory that can be taken up by the aspnet_wp.exe. I've found that I can better control and limit this memory consumption by including a...
1
by: anandav2001 | last post by:
Hello developers, I have created an executable(system tray application) in VS.net 2003 using VB.net. My app was taking 30 MB memory(since some web services call are there which happens for each...
7
by: Salvador | last post by:
Hi, I am using WMI to gather information about different computers (using win2K and win 2K3), checking common classes and also WMI load balance. My application runs every 1 minute and reports...
8
by: Raja Gregory | last post by:
Hi All, I have developed a server application in C#. While running this application, it is not running more than 30 minutes due to memory leak. Could you tell me what will be the problem?
9
by: Adam Right | last post by:
Hi, Anyone suffers from the high memory usage of C# in windows applications? Is there a solution for that problem? Thanks...
12
by: Tony | last post by:
Hi expert, I installed DB2 v8.2 server on Solaris 9 box. When I connect to DB2 using control centre or other applications(except command line), around 12 db2sysc processes pop up and each one...
1
by: buu | last post by:
It's strange to me, but, create a dictionary and fill it with 1 mil. of some objects. then, see the memory consumption (arised, of course). then, clean the dictionary.... memory consumption is...
2
by: Jonas Maurus | last post by:
Hello everybody, I'm pondering the following problem: I want to write a Python program that receives messages via SMTP and stores them in a dict or an array. For my purposes it would be...
10
by: deciacco | last post by:
I'm writing a command line utility to move some files. I'm dealing with thousands of files and I was wondering if anyone had any suggestions. This is what I have currently: $arrayVirtualFile =...
17
by: Cesar | last post by:
Hello people. I'm having a Winform app that contains a webbrowser control that keeps navigating from one page to another permanentrly to make some tests. The problem I'm having is that after a...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.