Try to run  'cat /proc/sys/fs/epoll/max_user_instances' .  It will propablly 
print  128  which is default on recent kernels. You need to raise to say
1024 using  'echo 1204 > /proc/sys/fs/epoll/max_user_instances' or via
sysctl.


-- 
View this message in context: 
http://www.nabble.com/odd-epoll%28%29-errors-tp21208378p21542790.html
Sent from the Dovecot mailing list archive at Nabble.com.

Reply via email to