• Icon: Sub-task Sub-task
    • Resolution: Unresolved
    • Icon: P3 P3
    • 26
    • None
    • hotspot
    • None
    • generic
    • linux

      During review discussions of JDK-8350596 it was noted that the MaxRAMPercentage bump should only happen when there is a memory limit present. That is, OSContainer::is_containerized() is not sufficient since that returns true when the JVM runs in containers without limits being present.

      I suggest we introduce the following (returning boolean):

      OSContainer::has_memory_limit()

      It implies OSContainer::is_containerized() == true.

            sgehwolf Severin Gehwolf
            sgehwolf Severin Gehwolf
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: