Removed unnecessary bc commands.

This commit is contained in:
Teal Dulcet 2023-12-21 08:29:24 -08:00 committed by Joshua Tauberer
parent 3399b25084
commit 55a8be4aa9
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ apt_install \
# - https://www.dovecot.org/list/dovecot/2012-August/137569.html
# - https://www.dovecot.org/list/dovecot/2011-December/132455.html
tools/editconf.py /etc/dovecot/conf.d/10-master.conf \
default_process_limit="$(echo "$(nproc) * 250" | bc)" \
default_vsz_limit="$(echo "$(free -tm | tail -1 | awk '{print $2}') / 3" | bc)M" \
default_process_limit="$(($(nproc) * 250))" \
default_vsz_limit="$(($(free -tm | tail -1 | awk '{print $2}') / 3))M" \
log_path=/var/log/mail.log
# The inotify `max_user_instances` default is 128, which constrains