dovecot-1.1: If inotify instance limit is reached, give a hint a...
dovecot at dovecot.org
dovecot at dovecot.org
Mon May 5 18:40:00 EEST 2008
details: http://hg.dovecot.org/dovecot-1.1/rev/31e1382b315f
changeset: 7504:31e1382b315f
user: Timo Sirainen <tss at iki.fi>
date: Mon May 05 18:39:56 2008 +0300
description:
If inotify instance limit is reached, give a hint about max_user_instances
file that can be increased.
diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
src/lib/ioloop-notify-inotify.c | 3 ++-
diffs (13 lines):
diff -r 0a80134510b1 -r 31e1382b315f src/lib/ioloop-notify-inotify.c
--- a/src/lib/ioloop-notify-inotify.c Mon May 05 01:01:22 2008 +0300
+++ b/src/lib/ioloop-notify-inotify.c Mon May 05 18:39:56 2008 +0300
@@ -153,7 +153,8 @@ static struct ioloop_notify_handler_cont
i_error("inotify_init() failed: %m");
else {
i_warning("Inotify instance limit for user exceeded, "
- "disabling.");
+ "disabling. Increase "
+ "/proc/sys/fs/inotify/max_user_instances");
}
ctx->disabled = TRUE;
} else {
More information about the dovecot-cvs
mailing list