Subject | Re: [firebird-support] Database Errors: "Too many files open" |
---|---|
Author | Milan Babuskov |
Post date | 2008-01-14T14:43:25Z |
Milan Babuskov wrote:
cat /proc/sys/fs/file-max
sysctl fs.file-max
To increase that you can use the sysctl command.
There is also per-user limit on some systems, so better check:
/etc/security/limits.conf
/etc/limits
if they exist on your system.
--
Milan Babuskov
http://www.guacosoft.com
>> I/O error for file "<DB_FILENAME>" Error while trying to open fileI forgot, there are some other limits too. Check these values:
>> Too many open files
> To see what is your OS limit and to increase it, you can use ulimit
> command. To show the limit:
>
> ulimit -n
>
> To change it to, for example, 4096:
>
> ulimit -n 4096
cat /proc/sys/fs/file-max
sysctl fs.file-max
To increase that you can use the sysctl command.
There is also per-user limit on some systems, so better check:
/etc/security/limits.conf
/etc/limits
if they exist on your system.
--
Milan Babuskov
http://www.guacosoft.com