From 10c54381894d5c5476fd5b3f0b8e02ea6497c22e Mon Sep 17 00:00:00 2001 From: the Sane <3657071+the-sane@users.noreply.github.com> Date: Wed, 2 Mar 2022 17:27:17 -0500 Subject: [PATCH] Update swap message --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index 138b0ac..3180a1b 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -780,7 +780,7 @@ swap_check() { if cat /proc/swaps | grep -vq "Filename"; then preflight_pass+=("You have swap space configured.") else - preflight_fail+=("You don't appear to have swap space configured.\nWe recommend swap for systems with 32 GB RAM or less.") + preflight_fail+=("You don't appear to have swap space configured.\nWe recommend configuring an 8-16 GB swap file.") fi }