Skip to content

Commit

Permalink
Update config.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored May 3, 2024
1 parent 7584d78 commit 9f71c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if (( (RAM_WANTED + 500000000) > RAM_AVAIL )); then
exit 17
fi

if (( (RAM_WANTED + 1950000000) > RAM_AVAIL )); then
if (( (RAM_WANTED + 1450000000) > RAM_AVAIL )); then
warn "your configured RAM_SIZE of $WANTED_GB GB is much too close to the $AVAIL_GB GB of memory available, please set a lower value."
fi

Expand Down

0 comments on commit 9f71c14

Please sign in to comment.