Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mailinabox
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
mailinabox
Commits
88604074
Commit
88604074
authored
Dec 19, 2017
by
sam-banks
Committed by
Joshua Tauberer
Dec 18, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bugfix for free command (#1278)
A quick fix - there's no "o" option for free.
parent
d43111eb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mail-dovecot.sh
setup/mail-dovecot.sh
+1
-1
No files found.
setup/mail-dovecot.sh
View file @
88604074
...
@@ -46,7 +46,7 @@ apt_install \
...
@@ -46,7 +46,7 @@ apt_install \
# - https://www.dovecot.org/list/dovecot/2011-December/132455.html
# - https://www.dovecot.org/list/dovecot/2011-December/132455.html
tools/editconf.py /etc/dovecot/conf.d/10-master.conf
\
tools/editconf.py /etc/dovecot/conf.d/10-master.conf
\
default_process_limit
=
$(
echo
"
`
nproc
`
* 250"
| bc
)
\
default_process_limit
=
$(
echo
"
`
nproc
`
* 250"
| bc
)
\
default_vsz_limit
=
$(
echo
"
`
free
-t
o
m
|
tail
-1
|
awk
'{print $2}'
`
/ 3"
| bc
)
M
\
default_vsz_limit
=
$(
echo
"
`
free
-tm
|
tail
-1
|
awk
'{print $2}'
`
/ 3"
| bc
)
M
\
log_path
=
/var/log/mail.log
log_path
=
/var/log/mail.log
# The inotify `max_user_instances` default is 128, which constrains
# The inotify `max_user_instances` default is 128, which constrains
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment