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_r328682428
 
 

 ##########
 File path: 
flink-core/src/main/java/org/apache/flink/configuration/TaskManagerOptions.java
 ##########
 @@ -200,10 +200,10 @@
                                " the task manager JVM as specified by 
taskmanager.memory.fraction.");
 
        /**
-        * Fraction of free memory allocated by the memory manager if {@link 
#MANAGED_MEMORY_SIZE} is
+        * Fraction of free memory allocated by the memory manager if {@link 
#LEGACY_MANAGED_MEMORY_SIZE} is
         * not set.
         */
-       public static final ConfigOption<Float> MANAGED_MEMORY_FRACTION =
+       public static final ConfigOption<Float> LEGACY_MANAGED_MEMORY_FRACTION =
 
 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

Reply via email to