I was reading an article written by Jeffrey Ricther on garbage collection in MSDN. He mentions that "..If NextObjPtr is beyond the end of the address space region, then the heap is full and a collection must be performed"
I would like to know what is this address space region or what is the maximum memory size that CLR allocates to the .NET application which gets fully filled for GC to swing into action?