azagrebin commented on a change in pull request #10397:
[FLINK-15023][core][runtime] Remove on-heap managed memory
URL: https://github.com/apache/flink/pull/10397#discussion_r353235228
##########
File path:
flink-core/src/main/java/org/apache/flink/configuration/TaskManagerOptions.java
##########
@@ -288,28 +276,6 @@
.withDescription("Fraction of Total Flink Memory to be
used as Managed Memory, if Managed Memory size is not"
+ " explicitly specified.");
- /**
- * Off-Heap Managed Memory size for TaskExecutors.
- */
- public static final ConfigOption<String> MANAGED_MEMORY_OFFHEAP_SIZE =
Review comment:
other options descriptions should be also adjusted to not mention
on/off-heap managed memory, just saying that it is always off-heap
----------------------------------------------------------------
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