Class BasicMemoryStats_1_0

  • All Implemented Interfaces:
    com.gradle.scan.eventmodel.EventData
    Direct Known Subclasses:
    BasicMemoryStats_1_1

    @GradleVersion(since="2.0")
    @PluginVersion(since="1.0",
                   until="1.7")
    public class BasicMemoryStats_1_0
    extends Object
    implements com.gradle.scan.eventmodel.EventData
    An EventData containing memory details of the JVM that executed the build.

    An event stream will contain a single BasicMemoryStats_1_0.

    • Field Detail

      • max

        public final long max
        The maximum amount of memory that the JVM will attempt to use.
        See Also:
        Runtime.maxMemory()
    • Constructor Detail

      • BasicMemoryStats_1_0

        public BasicMemoryStats_1_0​(long free,
                                    long total,
                                    long max)