Skip to main content

MemoryMetrics.garbage_metrics

MemoryMetrics.garbage_metrics: list[garbage_metrics]

MemoryMetrics.peak_post_gc_heap_size

MemoryMetrics.peak_post_gc_heap_size: int
Size of the peak JVM heap size in bytes post GC. Note that this reports 0 if there was no major GC during the build.

MemoryMetrics.peak_post_gc_tenured_space_heap_size

MemoryMetrics.peak_post_gc_tenured_space_heap_size: int
Size of the peak tenured space JVM heap size event in bytes post GC. Note that this reports 0 if there was no major GC during the build.

MemoryMetrics.used_heap_size_post_build

MemoryMetrics.used_heap_size_post_build: int
Size of the JVM heap post build in bytes. This is only collected if —memory_profile is set, since it forces a full GC.