Windows Task Manager shows process memory keeps growing even though there are no memory leaks -


my application keeps consuming more , more memory seen in windows task manager , crashes due outofmemory. when check leaks using memoryvalidator (from www.softwareverify.com) no leaks detected. why happening?

just because there growing amount of memory usage doesn't mean 'leaking'. accumulating large number of live objects and/or large ones (containing lots , lots of data).

if can provide more information language(s) using , application doing can perhaps out more specific information!

update per comments well, you'll want make sure garbage collection happening correctly. i'd suggest libgc library perhaps. http://developers.sun.com/solaris/articles/libgc.html

the other thing think of being cause of maintaining references objects somewhere unintentionally piling up.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -