[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: permission deinied caused by too many open files?



Hi,

> So now I ask you what should I look at, to see what that limit is, and
> how to adjust it?

You can look at 
/proc/sys/fs/file-nr
to know how many files are allocated (first number)
and change the maximum number in 
/proc/sys/fs/file-max

For the number of inodes, you can look at 
/proc/sys/fs/inode-nr
If I understood well the number of inodes is the sum.
You can change the max number of inode in 
/proc/sys/fs/inode-max

Some doc is in 
${kernel_src}/Documentation/sysctl/fs.txt

Pat





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]