From 20c19f3ef10482d96ffabfdd5a3646d2a8d96a98 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sat, 18 Oct 2025 17:41:02 -0500 Subject: [PATCH] README: phrasing/brevity --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c9111f..264c5a4 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ Role Variables | Variable | Description | Role Default | Upstream Default | |----------|:-----------:|--------:|--------:| -| `zfs_dkms_arc_pct_min` | Minimum physical memory (%) allowed for ARC usage | `0` | `0` | -| `zfs_dkms_arc_pct_max` | Max physical memory (%) allowed for ARC usage | `16` | `0` | +| `zfs_dkms_arc_pct_min` | _Minimum_ physical memory (%) for ARC usage | `0` | `0` | +| `zfs_dkms_arc_pct_max` | _Peak_ physical memory (%) for ARC usage | `16` | `0` | | `zfs_dkms_timeout` | Seconds to wait while rebooting `RHEL`/derivatives
_[for kernel update and current headers]_ | `3600` | _N/A_ | Dependencies