Problem Statement
Causes of Virtual Memory Fragmentation That Block GC Segment Allocation "Virtual memory fragmentation is stopping the garbage collector from adding segments." What would be the possible cause of the same? Due to repeated loading and unloading of small assemblies When large transient objects are created then it results in the large object heap allocating and freeing heap segments When there is no contiguous free block left in the virtual memory space of a process Choose the correct answer from the options given below.