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