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



-- 
redhat-list mailing list
Unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to