Allocated Private Bytes keeps going up in one computer but not the other
Posted
by Jacob
on Stack Overflow
See other posts from Stack Overflow
or by Jacob
Published on 2010-06-16T20:58:22Z
Indexed on
2010/06/16
21:02 UTC
Read the original article
Hit count: 225
OK, this may sound weird, but here goes.
There are 2 computers, A
(Pentium D) and B
(Quad Core) with almost the same amount of RAM.
If I run the same code on both computers, the allocated private bytes in A
never goes down resulting in a crash later on. In B
it looks like the private bytes is constantly deallocated and everything looks fine.
In both computers, the working set is deallocated and allocated similarly.
Could this be an issue with manifests or DLLs (system)? I'm clueless.
Note:
I observed the utilized memory with Process Explorer.
© Stack Overflow or respective owner