feat: Do not check RAM on ZFS
This commit is contained in:
parent
cf2f9ca25a
commit
f48d2a1638
1 changed files with 2 additions and 0 deletions
|
@ -135,6 +135,8 @@ fi
|
|||
|
||||
# Check memory
|
||||
|
||||
[[ "${FS,,}" == "zfs" ]] && RAM_CHECK="N"
|
||||
|
||||
if [[ "$RAM_CHECK" != [Nn]* ]] && (( (RAM_WANTED + RAM_SPARE) > RAM_AVAIL )); then
|
||||
error "Your configured RAM_SIZE of $WANTED_GB GB is too high for the $AVAIL_GB GB of memory available, please set a lower value."
|
||||
exit 17
|
||||
|
|
Loading…
Reference in a new issue