azagrebin opened a new pull request #11787: [FLINK-16746] Deprecate legacy heap memory option for JM and expose the new ones in docs URL: https://github.com/apache/flink/pull/11787 ## What is the purpose of the change Add default 'jobmanager.memory.process.size: 1472m' to flink-conf.yaml. Deprecate legacy heap options: `jobmanager.heap.size` (and update deprecation of `jobmanager.heap.mb`) to use `jobmanager.memory.heap.size` for standalone and `jobmanager.memory.process.size` for containerized (Yarn/K8s) environments. Expose the new JM memory options in user docs. ## Verifying this change Trivial change. Check 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: [email protected] With regards, Apache Git Services
