-
-
Notifications
You must be signed in to change notification settings - Fork 49
dovecot: add tmpfs_index chatmail.ini parameter for storing index files in /dev/shm #757
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Maybe we can just use https://linuxvox.com/blog/devshm-in-linux/ instead of shipping our own tmpfs. |
hpk42
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dovecot allows to set a separate index directory: https://doc.dovecot.org/2.3/configuration_manual/mail_location/#index-files which is preferable to creating symlinks
how is dovecot handling it when the (tmp) file system gets full?
f07ee83 to
f7f2c96
Compare
a1bc60d to
be35244
Compare
| @@ -1,3 +1,6 @@ | |||
| [params] | |||
|
|
|||
| tmpfs_index = true | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is somehow not set for staging*.testrun.org.
83cdb86 to
d318c9a
Compare
fix #644