From d48f7fe90eeed76a9a0b3c88dec943aa0b2a9318 Mon Sep 17 00:00:00 2001 From: Anthony D'Atri Date: Wed, 13 Apr 2022 10:35:22 -0700 Subject: [PATCH] doc/dev: define what mempools we use in bluestore doc/dev: define what mempools we use in bluestore Signed-off-by: Anthony D'Atri --- doc/dev/mempool_accounting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/mempool_accounting.rst b/doc/dev/mempool_accounting.rst index 1ec8fd6d790..3d3e082f3eb 100644 --- a/doc/dev/mempool_accounting.rst +++ b/doc/dev/mempool_accounting.rst @@ -1,7 +1,7 @@ What is a mempool? ------------------ A memory pool is a method for accounting the consumption of memory of -a set of containers. +Memory pools (mempools) show the details of memory consumption of C++ classes and containers, which can then be used to assess memory leaks, and other insights around memory usage with low overhead. Each memory pool tracks the number of bytes and items it contains. Memory pools are statically declared and serves the purpose of identifying memory related checks in BlueStore. -- 2.39.5