Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hakavlad committed Jul 23, 2020
1 parent 2ee3662 commit 5935a1f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5935a1f

Please sign in to comment.