tillrohrmann commented on a change in pull request #9760: [FLINK-13982][runtime] Implement memory calculation logics URL: https://github.com/apache/flink/pull/9760#discussion_r328682276
########## File path: flink-core/src/main/java/org/apache/flink/configuration/TaskManagerOptions.java ########## @@ -189,9 +189,9 @@ /** * Amount of memory to be allocated by the task manager's memory manager. If not - * set, a relative fraction will be allocated, as defined by {@link #MANAGED_MEMORY_FRACTION}. + * set, a relative fraction will be allocated, as defined by {@link #LEGACY_MANAGED_MEMORY_FRACTION}. */ - public static final ConfigOption<String> MANAGED_MEMORY_SIZE = + public static final ConfigOption<String> LEGACY_MANAGED_MEMORY_SIZE = Review comment: What about deprecating this `ConfigOption`? ---------------------------------------------------------------- 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 With regards, Apache Git Services