Did any one encountered a scenario where application under high memory allocation load performed second generation collection every 100 seconds ?
We using 64-bit server
Could it be just your application that creates a huge object every 100s, and so GC is forced to make its work?