Results 1 to 2 of 2

Thread: Application Memory Explanation

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2005
    Location
    Wisconsin
    Posts
    788

    Application Memory Explanation

    Where can I find an explanation of how C# Apps handle memory when they launch? I think I have a problem with a simple executable that seems to be use more and more memory the longer it runs.

    Thanks.

  2. #2
    PowerPoster kfcSmitty's Avatar
    Join Date
    May 2005
    Posts
    2,248

    Re: Application Memory Explanation

    You can find out about garbage collection here:

    http://msdn.microsoft.com/en-us/library/ms973837.aspx

    But it is more likely that you've written something that is causing a memory leak. It would be easier to guess if you could show your code.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width