Garbage Collection, the Large Object Heap, and my Results
April 22, 2009I wrote a test app simulating the creation of large byte arrays I discussed in my last post. It created 6 randomly sized arrays ranging from 20K to 250MB 100,000 times in a loop. I …