Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getGcRate (0.38 sec)

  1. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/server/health/HealthExpirationStrategy.java

            ) {
                if (strategy.isAboveGcThrashingThreshold(heapStats.getGcRate())) {
                    reasons.add("since the JVM garbage collector is thrashing");
                    expirationStatus = highestPriorityOf(IMMEDIATE_EXPIRE, expirationStatus);
                } else if (strategy.isAboveGcRateThreshold(heapStats.getGcRate())) {
                    reasons.add("after running out of JVM heap space");
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:38 UTC 2024
    - 7.9K bytes
    - Viewed (1)
Back to top