From 5723b692bae5d0cbfcc61a65dcb740502ca2847c Mon Sep 17 00:00:00 2001 From: Joe Cooper Date: Tue, 8 Aug 2017 08:49:05 -0500 Subject: [PATCH] Typo in memory size test --- slib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slib.sh b/slib.sh index e8b0172..87b142b 100644 --- a/slib.sh +++ b/slib.sh @@ -567,7 +567,7 @@ memory_ok () { swap_min=262144 fi - if [ "$all_mem" -gt 104857600 ]; then + if [ "$all_mem" -gt 1048576 ]; then log_debug "Memory is greater than 1GB, which should be sufficient." return 0 else