Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for MemInfoOsMemoryInfo (0.17 sec)

  1. platforms/core-runtime/process-services/src/main/java/org/gradle/process/internal/health/memory/DefaultOsMemoryInfo.java

            }
        }
    
        private OsMemoryInfo getLinuxDelegate() {
            OsMemoryInfo cGroupDelegate = new CGroupMemoryInfo();
            OsMemoryInfo memInfoDelegate = new MemInfoOsMemoryInfo();
    
            OsMemoryStatus cGroupSnapshot;
            OsMemoryStatus memInfoSnapshot;
    
            try {
                cGroupSnapshot = cGroupDelegate.getOsSnapshot();
            } catch (UnsupportedOperationException e) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 20 21:48:34 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  2. platforms/core-runtime/process-services/src/main/java/org/gradle/process/internal/health/memory/MBeanOsMemoryInfo.java

     * On Linux or MacOs, the free memory metric doesn't include reclaimable file system caches and will thus always report that the system is almost out of memory.
     * Use {@link MemInfoOsMemoryInfo} and {@link NativeOsMemoryInfo} instead.
     * On Windows, this doesn't include the secondary commit limit, which is the maximum amount of virtual memory that can be allocated.
     * Use {@link WindowsOsMemoryInfo} instead.
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 20 21:48:34 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  3. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.process.internal.health.memory.MemInfoOsMemoryInfo$Meminfo> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (MemInfoOsMemoryInfo.java:0)
    Class <org.gradle.process.internal.health.memory.MemInfoOsMemoryInfo> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (MemInfoOsMemoryInfo.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top