xintongsong commented on a change in pull request #9693: [FLINK-13984] Separate
on-heap and off-heap managed memory pools
URL: https://github.com/apache/flink/pull/9693#discussion_r327912570
##########
File path:
flink-core/src/main/java/org/apache/flink/configuration/TaskManagerOptions.java
##########
@@ -234,16 +234,15 @@
/**
* Whether TaskManager managed memory should be pre-allocated when the
TaskManager is starting.
*/
+ @Deprecated
Review comment:
I would suggest to remove this option.
To my understanding, 'deprecated' means something is still available, but is
not recommended and might be removed later. In this case, pre-allocation is no
longer available.
----------------------------------------------------------------
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