mirror of
https://github.com/the-sane/lug-helper.git
synced 2025-04-05 19:54:22 +00:00
Fix comment
This commit is contained in:
parent
d5c857d36e
commit
787fe0977c
@ -908,7 +908,7 @@ memory_check() {
|
|||||||
preflight_fail+=("Your system has ${memtotal}GB memory and ${swaptotal}GB swap.\nWe recommend at least 16GB swap to avoid crashes.")
|
preflight_fail+=("Your system has ${memtotal}GB memory and ${swaptotal}GB swap.\nWe recommend at least 16GB swap to avoid crashes.")
|
||||||
fi
|
fi
|
||||||
elif [ "${memtotal%.*}" -ge "15" ]; then
|
elif [ "${memtotal%.*}" -ge "15" ]; then
|
||||||
# 15GB or more of RAM, 24GB swap recommended
|
# 16GB or more of RAM, 24GB swap recommended
|
||||||
if [ "${swaptotal%.*}" -ge "23" ]; then
|
if [ "${swaptotal%.*}" -ge "23" ]; then
|
||||||
preflight_pass+=("Your system has ${memtotal}GB memory and ${swaptotal}GB swap.")
|
preflight_pass+=("Your system has ${memtotal}GB memory and ${swaptotal}GB swap.")
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user