|
-
Jul 8th, 2013, 06:37 AM
#2
Re: Memory leak caused by drawing?
 Originally Posted by opus
I'm observing a memory leak in my project
[...]
Using the Subs like that, the memory usage is steadily increasing.
That's not necessarily a memory leak. Garbage Collection is expensive: if nothing needs the memory, why collect it? If you have unused RAM in your computer, then you paid for too much RAM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|