Document relationship between max walogs and max tserver memory
---------------------------------------------------------------

                 Key: ACCUMULO-494
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-494
             Project: Accumulo
          Issue Type: Improvement
          Components: docs
            Reporter: Keith Turner
            Assignee: David Medinets
             Fix For: 1.4.1


The config documentation needs to point out the relationship between 
tserver.memory.maps.max, table.compaction.minor.logs.threshold, and 
tserver.walog.max.size.

This relationship is that the max amount of data a tserver will keep in memory 
is :

MIN(tserver.memory.maps.max, 
tserver.walog.max.size*table.compaction.minor.logs.threshold)



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to