Top "Large-object-heap" questions

The Large Object Heap (LOH) is a special type of managed heap for the automatic memory management in .NET Framework.

Why Large Object Heap and why do we care?

I have read about Generations and Large object heap. But I still fail to understand what is the significance (or …

.net garbage-collection clr large-object-heap
Allocating more than 1,000 MB of memory in 32-bit .NET process

I am wondering why I'm not able to allocate more that 1,000 MB of memory in my 32-bit .NET process. The …

c# .net memory out-of-memory large-object-heap
Cannot create JVM with -XX:+UseLargePages enabled

I have a Java service that currently runs with a 14GB heap. I am keen to try out the -XX:+…

jvm debian jvm-arguments large-object-heap huge-pages
Memorystream and Large Object Heap

I have to transfer large files between computers on via unreliable connections using WCF. Because I want to be able …

c# wcf memory out-of-memory large-object-heap
Large Arrays, and LOH Fragmentation. What is the accepted convention?

I have an other active question HERE regarding some hopeless memory issues that possibly involve LOH Fragmentation among possibly other …

c# arrays large-object-heap
GC.Collect on only generation 2 & large object heap

In my application there is a specific time when a number of large objects are all released at once. At …

.net garbage-collection large-object-heap