Re: Memory usage of my application
- From: Joseph M. Newcomer <newcomer@xxxxxxxxxxxx>
- Date: Tue, 10 Mar 2009 16:45:28 -0500
See below...
On Tue, 10 Mar 2009 13:00:08 -0700, RLN <RLN@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
I have client/Server Application . It is perfectly working. no issues. memory****
leaks also very less. because it checked with memory checking tool like
boundschecker etc.
But In task manager my application is eating too much of memory usage.
I have no idea what "too much of memory" means. There are numbers. What are these
numbers? Why do you think they are "too large"? What do you think they indicate?
I wouldn't trust task manager numbers of memory size for anything I cared about. The
numbers are usually fiction. The absolute numbers are largely irrelevant; the rate of
change of numbers is *sometimes* (but not always) meaningful. That is, only the first
derivative matters and then only in restricted cases.
****
What****
is the reason ?
Task manager produces numbers based on parameters that are not always clear, and even less
always meaningful.
****
Is still memory leak in my applicaitonor any issue with my****
applicaiton? Please give the solution for this.
It is always possible that you have memory fragmentation, but since I would never, ever,
trust what Task Manager tells me about the size of my program, I would not believe
anything it told me (the only meaningful number is if there is a constant positive slope
to the memory size, that is, the first derivative is positive at all points of time; this
strongly suggests a memory leak)
joe
****
Joseph M. Newcomer [MVP]
email: newcomer@xxxxxxxxxxxx
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm
.
- Prev by Date: Re: Doubts related to moving win32 console app to win64.
- Next by Date: Re: Bypassing the conversion wizard
- Previous by thread: Doubts related to moving win32 console app to win64.
- Next by thread: Re: Toolbar hover tooltips taking loooooong time to show up
- Index(es):
Relevant Pages
|
Loading