24 Jun
2004
24 Jun
'04
4:43 p.m.
On Thu, 2004-06-24 at 17:24, Marcus Rueckert wrote:
On 2004-06-24 14:55:42 +0200, Nicolas STRANSKY wrote:
See how many open files your system supports, with a kernel 2.4.26 and 256M memory default is 26208 open files.
# cat /proc/sys/fs/file-max 26208
The value of file-max on my system is already 51159 (kernel 2.6.7, 512MB memory). But the interesting thing is that there are not that much open files, and I didn't have this problem with previous dovecot release.
maybe check for per user limits via pam? e.g /etc/security/limits.conf
Nah, this most likely happens because Dovecot doesn't close some (index?) files. I'll debug it later.