From 9e54502316ab4dfbd50b287056a3c73dc2c13f2f Mon Sep 17 00:00:00 2001 From: Bryce J Date: Thu, 13 Mar 2014 09:11:10 -0700 Subject: [PATCH] Isn't the correct term for what happens when you hit the high watermark is ejections and not evictions? --- docs/stats.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/stats.org b/docs/stats.org index 7dc1177e6..d8c4b61d3 100644 --- a/docs/stats.org +++ b/docs/stats.org @@ -104,8 +104,8 @@ For introductory information on stats within membase, start with the | ep_overhead | Extra memory used by transient data | | | like persistence queues, replication | | | queues, checkpoints, etc | -| ep_mem_low_wat | Low water mark for auto-evictions | -| ep_mem_high_wat | High water mark for auto-evictions | +| ep_mem_low_wat | Low water mark for auto-ejections | +| ep_mem_high_wat | High water mark for auto-ejections | | ep_total_cache_size | The total byte size of all items, no | | | matter the vbucket's state, no matter | | | if an item's value is ejected |