MavenBuildJvmMemoryUsage

constructor(@Json(name = "totalGarbageCollectionTime") totalGarbageCollectionTime: Long, @Json(name = "memoryPools") memoryPools: List<MemoryPoolUsage>? = null)

Parameters

totalGarbageCollectionTime

The total garbage collection time.

memoryPools

A list of all the heap memory pools of the JVM build process and their peak usage.