Click here to Skip to main content
15,911,848 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Troubled with Pin
Tim Deveaux23-Dec-00 15:05
Tim Deveaux23-Dec-00 15:05 
GeneralRe: Troubled with Pin
l a u r e n23-Dec-00 20:55
l a u r e n23-Dec-00 20:55 
GeneralRe: Troubled with Pin
Julien26-Dec-00 11:00
Julien26-Dec-00 11:00 
GeneralRe: Troubled with Pin
27-Dec-00 10:34
suss27-Dec-00 10:34 
GeneralMemory as displayed in NT/2k TaskManager Pin
Darren Schroeder23-Dec-00 6:55
Darren Schroeder23-Dec-00 6:55 
GeneralRe: Memory as displayed in NT/2k TaskManager Pin
l a u r e n23-Dec-00 21:02
l a u r e n23-Dec-00 21:02 
GeneralRe: Memory as displayed in NT/2k TaskManager Pin
Darren Schroeder24-Dec-00 3:25
Darren Schroeder24-Dec-00 3:25 
GeneralRe: Memory as displayed in NT/2k TaskManager Pin
Erik Funkenbusch26-Dec-00 8:28
Erik Funkenbusch26-Dec-00 8:28 
Something to keep in mind is that the apps are not the only thing using memory. The OS itself uses memory.

If you look on the performance tab of the NT TaskManager, you'll see a few things that are important:

Physical Memory-> File Cache. This is the amount of physical memory allocated to file cache. This number is not included in the MemUseage because. Also, look at Kernel Memory. This is the memory being used by the kernel and all installed drivers. This must be included in your memory calculations.

For instance, on my system, total memory allocated is 73928K. Kernel memory is 29868, and the apps listed in TaskManager add up to 43168. Together, these numbers add up to a number very close to all memory allocated. The remaining memory is the memory below 1MB system area (which is still retained for compatibility reasons.

GeneralRe: Memory as displayed in NT/2k TaskManager Pin
Erik Funkenbusch26-Dec-00 9:00
Erik Funkenbusch26-Dec-00 9:00 
GeneralProperties Sheet Pin
23-Dec-00 4:48
suss23-Dec-00 4:48 
GeneralRe: Properties Sheet Pin
23-Dec-00 23:57
suss23-Dec-00 23:57 
GeneralDialog Pin
22-Dec-00 14:14
suss22-Dec-00 14:14 
GeneralRe: Dialog Pin
22-Dec-00 15:38
suss22-Dec-00 15:38 
GeneralImage Overlay Pin
22-Dec-00 11:42
suss22-Dec-00 11:42 
GeneralRe: Image Overlay Pin
l a u r e n23-Dec-00 21:08
l a u r e n23-Dec-00 21:08 
GeneralChanging a MDI Child Window Icon Pin
22-Dec-00 8:21
suss22-Dec-00 8:21 
QuestionEasy way to create a popup menu with the Grid Control? Pin
Jason Douglas22-Dec-00 3:00
professionalJason Douglas22-Dec-00 3:00 
GeneralInternet Protocols Pin
Alpesh22-Dec-00 2:12
Alpesh22-Dec-00 2:12 
QuestionHow can i get current domain name? Pin
22-Dec-00 0:44
suss22-Dec-00 0:44 
GeneralCListCtrl with full row selection Pin
22-Dec-00 0:36
suss22-Dec-00 0:36 
GeneralRe: CListCtrl with full row selection Pin
22-Dec-00 0:48
suss22-Dec-00 0:48 
GeneralRe: CListCtrl with full row selection Pin
Erik Funkenbusch26-Dec-00 9:03
Erik Funkenbusch26-Dec-00 9:03 
GeneralCoCreateInstance Timeout Pin
22-Dec-00 0:03
suss22-Dec-00 0:03 
GeneralRe: CoCreateInstance Timeout Pin
l a u r e n22-Dec-00 6:22
l a u r e n22-Dec-00 6:22 
GeneralRe: CoCreateInstance Timeout Pin
Julien26-Dec-00 11:24
Julien26-Dec-00 11:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.