This is an automated email from the ASF dual-hosted git repository.
azagrebin pushed a change to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 056d677 [FLINK-18156] Add 'or default' for min/max to JVM Overhead
sanity check's error message
new 6498f4b [FLINK-18154][Runtime] Check Total Flink Memory plus JVM
metaspace is less than or equal to the configured Total Process Memory
new 2fb7b14 [hotfix] Improve JavaDocs comments for
FlinkMemory/FlinkMemoryUtis
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../runtime/util/config/memory/FlinkMemory.java | 21 +++++++++++++++
.../util/config/memory/FlinkMemoryUtils.java | 9 +++++--
.../util/config/memory/ProcessMemoryUtils.java | 23 +++++++++++++---
.../jobmanager/JobManagerFlinkMemoryUtils.java | 2 ++
.../taskmanager/TaskExecutorFlinkMemoryUtils.java | 3 +++
.../TaskExecutorProcessUtilsTest.java | 11 ++++++++
.../jobmanager/JobManagerProcessUtilsTest.java | 8 ++++++
.../config/memory/ProcessMemoryUtilsTestBase.java | 31 ++++++++++++++++++++++
8 files changed, 103 insertions(+), 5 deletions(-)