This repository was archived by the owner on May 8, 2025. It is now read-only.
This repository was archived by the owner on May 8, 2025. It is now read-only.
When flink version >= 1.10 , the "taskmanager.heap.size" is not work. #288
Open
Description
We have calcute flink memory use "tmMemoryOffHeapRatio" and "tmMemLimitByte' in operator, But it is not work for flink 1.10. flink 1.10 use "taskmanager.memory.process.size" to limit the flink memory.
If we only config "taskmanager.memory.heap.size" in flink 1.10, It will trigger tm container OOM