Re: [PATCH] docs: Fix dimm example

2021-09-13 Thread Pavel Hrdina
On Mon, Sep 13, 2021 at 11:23:17AM +0200, Michal Privoznik wrote:
> In the example for  we show how to
> configure hugepages as backend. In the example we show 4MiB
> hugepages which are non-standard and thus at the first glance may
> mislead users thinking that a regular sized pages (4K) will be
> used. Use 2MiB as the value instead.
> 
> Signed-off-by: Michal Privoznik 
> ---
>  docs/formatdomain.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Pavel Hrdina 


signature.asc
Description: PGP signature


[PATCH] docs: Fix dimm example

2021-09-13 Thread Michal Privoznik
In the example for  we show how to
configure hugepages as backend. In the example we show 4MiB
hugepages which are non-standard and thus at the first glance may
mislead users thinking that a regular sized pages (4K) will be
used. Use 2MiB as the value instead.

Signed-off-by: Michal Privoznik 
---
 docs/formatdomain.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst
index 67cb934881..7dc93d6abe 100644
--- a/docs/formatdomain.rst
+++ b/docs/formatdomain.rst
@@ -7745,7 +7745,7 @@ Example: usage of the memory devices
  
  

- 4096
+ 2048
  1-3


-- 
2.32.0