[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: questions about problem: too many open files
Suggest you restart the slapd after issuing a
ulimit -n 1024
command, or adding the following to /etc/system and rebooting:
set rlim_fd_max=1024
set rlim_fd_cur=1024
Agustin said:
> hi all:
>
> recently we had problems with the number of file descriptor that slapd
> have opened. we have the next message at slapd.log
>
> "(Too many open files)."
>
> To resolve this problems, we have growed the number of file descriptor
> available.(because our system is over Solaris we have used plimit
> command to upgrade the number to 1024)
>
> but now we gets the next message
>
> " 64 beyond descriptor table size 64"
>
> do mean that we have a problem? or its only a warning.
>
> Agustin torres
===========
Alan Sparks, UNIX/Linux Systems Administrator <asparks@doublesparks.net>