Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-9953 Active Kubernetes integration
  3. FLINK-15288

Starting jobmanager pod should respect containerized.heap-cutoff

    XMLWordPrintableJSON

Details

    Description

      Starting jobmanager pod should respect containerized.heap-cutoff. The cutoff will be used to leave some memory for jvm off-heap, for example meta space, thread native memory and etc.

       

      public static final ConfigOption<Float> CONTAINERIZED_HEAP_CUTOFF_RATIO = ConfigOptions
       .key("containerized.heap-cutoff-ratio")
       .defaultValue(0.25f)
       .withDeprecatedKeys("yarn.heap-cutoff-ratio")
       .withDescription("Percentage of heap space to remove from containers (YARN / Mesos / Kubernetes), to compensate" +
        " for other JVM memory usage.");
      

      Attachments

        Activity

          People

            wangyang0918 Yang Wang
            wangyang0918 Yang Wang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0h
                0h
                Logged:
                Time Spent - 40m
                40m