The eden space shows new objects that have never been through garbage collection.
Eden 空间显示了从未通过垃圾收集的新对象。
First I increased the Eden heap space size to prevent garbage collection from running during a single iteration of the bench. For this I used the command line.
第一,提高堆空间的大小,防止在一个迭代中出现垃圾回收。
A minor collection will copy live objects from Eden and one of the survivor semi-spaces into the other survivor space, potentially promoting some objects to the older generation.
小的收集将活的对象从Eden和一个生存半空间复制到另一个生存半空间,并可能提升一些对象到老的代。
应用推荐