xintongsong commented on a change in pull request #9760: [FLINK-13982][runtime] 
Implement memory calculation logics
URL: https://github.com/apache/flink/pull/9760#discussion_r333802199
 
 

 ##########
 File path: 
flink-core/src/main/java/org/apache/flink/configuration/TaskManagerOptions.java
 ##########
 @@ -260,6 +263,189 @@
                                        text("\"ip\" - uses host's ip address 
as binding address"))
                                .build());
 
+       // 
------------------------------------------------------------------------
+       //  Memory Options
+       // 
------------------------------------------------------------------------
+
+       /**
+        * Total Process Memory size for the TaskExecutors.
+        */
+       public static final ConfigOption<String> TOTAL_PROCESS_MEMORY =
+               key("taskmanager.memory.total-process.size")
 
 Review comment:
   I'm in favor of keep the prefix 'total-', to indicate that this is a coarser 
level config option that is equivalent to the sum of other options.

----------------------------------------------------------------
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

Reply via email to