Another memory leak question
Posted
by James
on Stack Overflow
See other posts from Stack Overflow
or by James
Published on 2010-05-30T09:30:10Z
Indexed on
2010/05/30
9:32 UTC
Read the original article
Hit count: 201
memory
|memory-leaks
Hello
My application keeps running for 4 to 6 hours, During this time there is no contineous increase in memory or anything similar.
Then after 4 to 6 hours i start getting EOutofMemory Exceptions. Even still at that time there is only 900MB out of 3GB RAM is used as per task manager. And application itself is not using more then 200MB .
Then why i am getting EOoutofMEmory error ?
Does it mean that memory leak is not necessarily visible in task manager ?
Regagards
© Stack Overflow or respective owner