]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev: define what mempools we use in bluestore 45571/head
authorAnthony D'Atri <anthonyeleven@users.noreply.github.com>
Wed, 13 Apr 2022 17:35:22 +0000 (10:35 -0700)
committerAnthony D'Atri <anthonyeleven@users.noreply.github.com>
Wed, 13 Apr 2022 21:59:34 +0000 (14:59 -0700)
doc/dev: define what mempools we use in bluestore

Signed-off-by: Anthony D'Atri <anthony.datri@gmail.com>
doc/dev/mempool_accounting.rst

index 1ec8fd6d7901f4737ec7f2b5d1fe593e97f201e5..3d3e082f3eb0ea3cee2f7b999cb2663d6c807b9a 100644 (file)
@@ -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.