[Asterisk-Users] Asterisk 1.0.1 Too many open files
Sean Cook
scook at kinex.net
Thu Dec 9 01:06:13 MST 2004
Asterisk does not do anything in this vein.
Simply
% echo <somevalue> > /proc/sys/fs/file-max
a good starting point for this value would be double your existing
value.
% cat /proc/sys/fs/file-nr
will give you your existing max files. I would also suggest doubling
your inodes as well.
% cat /proc/sys/fs/inode-nr
cat /proc/sys/fs/inode-max controls this data. (Although some kernels
no longer support max inodes).
Try looking at "man proc" and search on file.
Sean
On Thu, 2004-12-09 at 09:30 +0100, Roy Sigurd Karlsbakk wrote:
> ulimit
More information about the asterisk-users
mailing list