Displays the sum of the Gen 0 Heap Size, Gen 1 Heap Size, Gen 2 Heap Size, and the Large Object Heap Size counters.
显示以下计数器值的总和:“第0级堆大小”计数器、“第1级堆大小”计数器、“第2级堆大小”计数器和“大对象堆大小”计数器。
The initial memory block of large object heap is above the memory block of generation 0, and it is not adjacent to memory block of generation 0.
初始的大对象内存区域堆通常在第0代内存之上,并且与第0代内存不邻接。
When the EE (Execution Engine) starts, we reserve the initial GC segments - one for the small object heap and the other for the LOH (large object heap).
当执行引擎(EE, Execution Engine)开始执行时,我们保留初始段——一个用于小对象堆,另一个用于大对象堆(LOH, large object heap)。
When CLR allocates a new object, if its size is lower than 85000 bytes, then allocates memory in generation 0; If its size is over 85000 bytes, then allocates memory in large object heap.
CLR分配一个新的对象时,如果其大小小于85000字节,就在第0代中分配,如果其大小大于等于85000自己,就在大对象堆中分配。
The most likely type is a memory problem, such as memory leak, heap fragmentation, or large object allocation.
最有可能的类型是内存问题,如内存泄漏、堆碎片、或者大对象分配。
The nested and elements describe the heap used by the large and small object areas.
嵌套的和元素分别描述大和小对象区域使用的堆。
When analyzing native_stderr.log, we found that the GC cycles were fine, and there were no memory issues, such as memory leak, heap fragmentation, and large object allocation.
在分析native_stderr . log时,我们发现垃圾收集周期没有问题,并且不存在内存问题,如内存泄漏、堆碎片和大对象分配。
In many cases, the heap is too fragmented to accommodate a single large object, such as an array.
在很多情况下,堆中存在太多碎片以至于无法存放一个大的对象,比如说数组。
If the large-object section is filled and another large object requests allocation, the object is placed on the other main section of the heap.
如果大型对象部分已满且有另一个大型对象请求分配,那么这个对象就被放在heap的另一个主要部分上。
The first ratio is the normal area of the heap (80 percent used for normal processing), and the second is what we have defined for the large objects (20 percent for large-object allocation).
第一个比率是heap的常规区域(80%用于常规处理),第二个比率是我们为大型对象分配的heap 段(20% 分配给大型对象)。
Objects whose size is larger than a particular value are stored in the large-object heap.
物件的大小大于特定值时,则会储存在大型物件堆积中。
Objects whose size is larger than a particular value are stored in the large-object heap.
物件的大小大于特定值时,则会储存在大型物件堆积中。
应用推荐