Another memory leak question
- by James
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