Is continuous virtual memory increase an indication of a memory leak?
Posted
by Manish
on Stack Overflow
See other posts from Stack Overflow
or by Manish
Published on 2010-03-23T09:25:39Z
Indexed on
2010/03/23
9:33 UTC
Read the original article
Hit count: 181
Is continuous increase in virtual memory(private bytes) of process indicate memory leak...? I am using third party library. Continuous use of library leads to continuous increase of virtual memory.
So its a memory leak which can leads to continuous virtual memory increase or it can be any other reason.
© Stack Overflow or respective owner