Gen2 collection not always collecting dead objects?
问题 By monitoring the CLR #Bytes in all Heaps performance counter of a brand new .NET 4.5 server application over the last few days, I can notice a pattern that makes me think that Gen2 collection is not always collecting dead objects, but I am having trouble understanding what exactly is going on. Server application is running in .NET Framework 4.5.1 using Server GC / Background. This is a console application hosted as a Windows Service (with the help of Topshelf framework) The server