From f1fadd3abb072a856f06f80717f32259aff91172 Mon Sep 17 00:00:00 2001 From: Andrew Marchukov Date: Sun, 16 May 2021 23:14:01 +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 a1788d5..e742cf8 100644 --- a/README.md +++ b/README.md @@ -105,4 +105,4 @@ wait some amount of time and check statistics ```grep -H '' /sys/kernel/mm/ksm/* ```pages_sharing``` indicates how many pages the VMs think there are. If you didn't have KSM running, this is how many pages would actually be in use. -So, in your example, 264281 pages have been found to be shareable, and so they were merged into 162221 pages, while 241483 pages were not shareable. KSM saved you about 398 MB of memory. +So, in your example, 264281 pages have been found to be shareable, and so they were merged into 162221 pages, while 241483 pages were not shareable. KSM saved you about 1032 MB of memory.