Github user chtyim commented on a diff in the pull request: https://github.com/apache/twill/pull/33#discussion_r101699381 --- Diff: twill-api/src/main/java/org/apache/twill/api/Configs.java --- @@ -75,6 +82,7 @@ private Keys() { */ public static final int JAVA_RESERVED_MEMORY_MB = 200; + public static final double HEAP_RESERVED_MIN_RATIO_DEFAULT = Constants.HEAP_MIN_RATIO; --- End diff -- You can remove the `Constants.HEAP_MIN_RATIO` and just define the default here.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---