Blame SOURCES/0033-man-lvmcache-mention-writecache-memory-usage.patch

ab86b0
From cdefd8635de24200b55822fa0b6bc23a638fb87a Mon Sep 17 00:00:00 2001
ab86b0
From: David Teigland <teigland@redhat.com>
ab86b0
Date: Mon, 21 Feb 2022 11:35:58 -0600
ab86b0
Subject: [PATCH 33/54] man lvmcache: mention writecache memory usage
ab86b0
ab86b0
---
ab86b0
 man/lvmcache.7_main | 12 ++++++++++++
ab86b0
 1 file changed, 12 insertions(+)
ab86b0
ab86b0
diff --git a/man/lvmcache.7_main b/man/lvmcache.7_main
ab86b0
index 48cf7b492..73680235b 100644
ab86b0
--- a/man/lvmcache.7_main
ab86b0
+++ b/man/lvmcache.7_main
ab86b0
@@ -240,6 +240,18 @@ The writecache block size should be chosen to match the xfs sectsz value.
ab86b0
 It is also possible to specify a sector size of 4096 to mkfs.xfs when
ab86b0
 creating the file system.  In this case the writecache block size of 4096
ab86b0
 can be used.
ab86b0
+.P
ab86b0
+.SS dm-writecache memory usage
ab86b0
+.P
ab86b0
+The amount of main system memory used by dm-writecache can be a factor
ab86b0
+when selecting the writecache cachevol size and the writecache block size.
ab86b0
+.P
ab86b0
+.IP \[bu] 2
ab86b0
+writecache block size 4096: each 100 GiB of writecache cachevol uses
ab86b0
+slighly over 2 GiB of system memory.
ab86b0
+.IP \[bu] 2
ab86b0
+writecache block size 512: each 100 GiB of writecache cachevol uses
ab86b0
+a little over 16 GiB of system memory.
ab86b0
 .
ab86b0
 .SS dm-writecache settings
ab86b0
 .
ab86b0
-- 
ab86b0
2.34.3
ab86b0