azagrebin opened a new pull request #12557:
URL: https://github.com/apache/flink/pull/12557


   ## What is the purpose of the change
   
   For the following JM memory configuration:
   - jvm.heap = 128m (set)
   - default off-heap = 128m (not set)
   - total.flink.mem = 512m (set)
   we currently fail if `jvm.heap + off-heap <> total.flink.mem`
   (Normally: total.flink.mem = jvm.heap + off-heap).
   
   The PR extends off-heap (if not set) to (total.flink.mem - jvm.heap) instead.
   This is also logged as info message and documented for JM off-heap.
   
   ## Verifying this change
   
   Unit tests.
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (no)
     - If yes, how is the feature documented? (docs)
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to