You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2019/01/21 22:36:44 UTC

[GitHub] vagola commented on a change in pull request #5796: IGNITE-10877 GridAffinityAssignment memoryPressure

vagola commented on a change in pull request #5796: IGNITE-10877 GridAffinityAssignment memoryPressure
URL: https://github.com/apache/ignite/pull/5796#discussion_r249595127
 
 

 ##########
 File path: modules/core/src/main/java/org/apache/ignite/IgniteSystemProperties.java
 ##########
 @@ -1081,6 +1081,21 @@
      */
     public static final String IGNITE_DISCOVERY_DISABLE_CACHE_METRICS_UPDATE = "IGNITE_DISCOVERY_DISABLE_CACHE_METRICS_UPDATE";
 
+    /**
+     * Size threshold to allocate and retain additional  HashMap to improve contains()
+     * which leads to extra memory consumption.
+     */
+    public static final String IGNITE_AFFINITY_BACKUPS_THRESHOLD = "IGNITE_AFFINITY_BACKUUPS_THRESHOLD";
 
 Review comment:
   You have a typo in variable assigment. BACK**UU**PS

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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