Class GcProfile.NoProfile

java.lang.Object
com.palantir.gradle.dist.service.gc.GcProfile.NoProfile
All Implemented Interfaces:
GcProfile, Serializable
Enclosing interface:
GcProfile

public static class GcProfile.NoProfile extends Object implements GcProfile
This GC profile does not apply any JVM flags which allows services to override GC settings without needing to unset preconfigured flags.
See Also:
  • Constructor Details

    • NoProfile

      public NoProfile()
  • Method Details

    • gcJvmOpts

      public final List<String> gcJvmOpts(org.gradle.api.JavaVersion _javaVersion)
      Specified by:
      gcJvmOpts in interface GcProfile