You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/12/26 07:26:33 UTC

[GitHub] [flink] wangyang0918 commented on a change in pull request #10616: [FLINK-15288] Starting jobmanager pod should respect containerized.heap-cutoff

wangyang0918 commented on a change in pull request #10616: [FLINK-15288] Starting jobmanager pod should respect containerized.heap-cutoff
URL: https://github.com/apache/flink/pull/10616#discussion_r361388570
 
 

 ##########
 File path: flink-core/src/main/java/org/apache/flink/configuration/ResourceManagerOptions.java
 ##########
 @@ -56,14 +56,14 @@
 			" Its not possible to use this configuration key to define port ranges.");
 
 	/**
-	 * Percentage of heap space to remove from containers (YARN / Mesos), to compensate
+	 * Percentage of heap space to remove from containers (YARN / Mesos/ Kubernetes), to compensate
 
 Review comment:
   Nice catch. I will also update the description of `ConfigConstants#CONTAINERIZED_HEAP_CUTOFF_RATIO`.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services