Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getReleasedBytes (0.25 sec)

  1. platforms/core-execution/workers/src/main/java/org/gradle/workers/internal/WorkerDaemonExpiration.java

            SimpleMemoryExpirationSelector selector = new SimpleMemoryExpirationSelector(memoryAmountBytes);
            clientsManager.selectIdleClientsToStop(selector);
            return selector.getReleasedBytes();
        }
    
        /**
         * Simple implementation of memory based expiration.
         *
         * Use the maximum heap size of each daemon, not their actual memory usage.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:36:27 UTC 2023
    - 5.1K bytes
    - Viewed (0)
Back to top