A
alex.j.k2@gmail.com
Guest
Hello,
I am currently running a C++ program which is supposed to compute
something in about three
full (24 hours) days.
I am a little panicked about the feedback I get from the Windows
Task Manager about my program.
More specifically, after I minimize the console application that
is doing the computation, the Task Manager shows a very small (but
growing) amount of memory (7Mb or so) being used by my program, but I
know that my program, after some initializations, should use at least
300Mb (and maximum 500Mb, when the dynamically allocated memory is at
the maximum).
This makes me worry (hopefully irrationally) that Windows has done
something --deallocated? -- with part of the memory that my program
uses. A good sign is that the "commit charge" did not decrease, so I
still hope that I am just witnessing a weird way of showing memory
usage in the Task Manager and not anything more sinister.
Can anyone with knowledge of how the Task Manager shows memory
usage make me get rid of my fears?
Alex
P.S. I am using Windows XP. If other information about my system would
be needed, please let me know.
I am currently running a C++ program which is supposed to compute
something in about three
full (24 hours) days.
I am a little panicked about the feedback I get from the Windows
Task Manager about my program.
More specifically, after I minimize the console application that
is doing the computation, the Task Manager shows a very small (but
growing) amount of memory (7Mb or so) being used by my program, but I
know that my program, after some initializations, should use at least
300Mb (and maximum 500Mb, when the dynamically allocated memory is at
the maximum).
This makes me worry (hopefully irrationally) that Windows has done
something --deallocated? -- with part of the memory that my program
uses. A good sign is that the "commit charge" did not decrease, so I
still hope that I am just witnessing a weird way of showing memory
usage in the Task Manager and not anything more sinister.
Can anyone with knowledge of how the Task Manager shows memory
usage make me get rid of my fears?
Alex
P.S. I am using Windows XP. If other information about my system would
be needed, please let me know.