What influences the timing of a GC?

Posted by dotnetdev on Stack Overflow See other posts from Stack Overflow or by dotnetdev
Published on 2010-04-24T00:01:00Z Indexed on 2010/04/24 0:03 UTC
Read the original article Hit count: 115

Filed under:

I know it is not possible to know when a gc occurs, but there are factors that will tell you how often/when it may occur. What factors are these? One is how many objects are created, etc.

Thanks

© Stack Overflow or respective owner

Related posts about c#