Skip to content

Commit

Permalink
Typo in memory size test
Browse files Browse the repository at this point in the history
  • Loading branch information
swelljoe committed Aug 8, 2017
1 parent 0fbc23e commit 5723b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5723b69

Please sign in to comment.