mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-06-09 18:07:50 +08:00
Update config.sh
This commit is contained in:
parent
04d9a35f0c
commit
6157cf1b40
@ -19,7 +19,7 @@ AVAIL_GB=$(( (RAM_AVAIL + 1073741823)/1073741824 ))
|
|||||||
|
|
||||||
if (( (RAM_WANTED + 500000000) > RAM_AVAIL )); then
|
if (( (RAM_WANTED + 500000000) > RAM_AVAIL )); then
|
||||||
error "Your configured RAM_SIZE of $WANTED_GB GB is higher than the $AVAIL_GB GB of memory available, please set a lower value."
|
error "Your configured RAM_SIZE of $WANTED_GB GB is higher than the $AVAIL_GB GB of memory available, please set a lower value."
|
||||||
exit 15
|
exit 17
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if (( (RAM_WANTED + 1450000000) > RAM_AVAIL )); then
|
if (( (RAM_WANTED + 1450000000) > RAM_AVAIL )); then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user