yanghua commented on a change in pull request #10191: [FLINK-14749] Migrate
duration and memory size ConfigOptions in JobManagerOptions
URL: https://github.com/apache/flink/pull/10191#discussion_r348016630
##########
File path:
flink-core/src/main/java/org/apache/flink/configuration/JobManagerOptions.java
##########
@@ -80,19 +80,21 @@
* JVM heap size for the JobManager with memory size.
*/
@Documentation.CommonOption(position =
Documentation.CommonOption.POSITION_MEMORY)
- public static final ConfigOption<String> JOB_MANAGER_HEAP_MEMORY =
+ public static final ConfigOption<MemorySize> JOB_MANAGER_HEAP_MEMORY =
Review comment:
@dawidwys Opinions? How about `JOB_MASTER_HEAP_MEMORY`?
----------------------------------------------------------------
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