Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8292083 Detected container memory limit may exceed physical machine memory
  3. JDK-8307471

Release Note: JVM max available memory in container can't exceed physical machine memory

      If the cgroup_v1 container where you run the Java app is configured to have a memory limit higher than physically available on the host, the JVM might run with a higher-than-usual memory footprint.

      This issue was fixed in the current release.
      For the earlier releases, workarounds are to use `-XX:-UseContainerSupport` flag, use `-XX:MaxRAM=<physical_memory_amount>`, or apply a container limit that is smaller than the physical machine memory.

            jdowland Jonathan Dowland
            ibereziuk Ivan Bereziuk
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: