From 5935a1f7e21f546fa3e18134577ff7d161aa4c43 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Thu, 23 Jul 2020 22:25:25 +0900 Subject: [PATCH] Update readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 7b28e5e..17ea619 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,13 @@ Improve responsiveness during intense swapping: keep amount of available memory. - The ZFS ARC cache is memory-reclaimable, like the Linux buffer cache. However, in contrast to the buffer cache, it currently does not count to MemAvailable (see openzfs/zfs#10255). ## Install + +#### On rmp-based: + +See https://copr.fedorainfracloud.org/coprs/elxreno/memavaild/ + +#### On other distros: + ``` $ git clone https://github.com/hakavlad/memavaild.git && cd memavaild $ sudo make install