Github user yanghua commented on the issue:
https://github.com/apache/flink/pull/5448
Hi @StephanEwen , with the help of your `MemorySize` (sub task of
FLINK-6469)ï¼I finished the remained work, replaced the old memory config (in
codeãconfig file and shell script) with the memory size.
For the config item in `conf/flink-conf.yaml`, retained but deprecated the
config key `jobmanager.heap.mb` , `taskmanager.heap.mb` and introduced
`jobmanager.heap.size`, `taskmanager.heap.size` with the unit `m`.
Would you please review this PR, thanks!
---