From 3adb80910e936aa311b55a51c07487a400c9c5ff Mon Sep 17 00:00:00 2001 From: Andrew Marchukov Date: Sun, 16 May 2021 23:18:51 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02afa61..5afffdd 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ wait some amount of time and check statistics ```grep -H '' /sys/kernel/mm/ksm/* ```pages_sharing``` - how many more sites are sharing them i.e. how much saved -``pages_unshared``` - how many pages unique but repeatedly checked for merging +```pages_unshared``` - how many pages unique but repeatedly checked for merging ```pages_sharing*4096/1024/1024=how much memory saved```