Thanks Sam. Regards,
- - iarly selbir ( ski0s ) :wq! On Wed, Feb 11, 2009 at 3:14 PM, Sharpe, Sam J < [email protected] <sam.sharpe%[email protected]>>wrote: > 2009/2/11 iarly selbir <[email protected]>: > > can anyone tell me what mean this messages? > > > > Feb 11 14:08:02 ski0s kernel: VFS: file-max limit 204674 reached > > You've probably hit the maximum number of open files. > > [sjs...@cc-6910p ~]$ sysctl fs.file-max > fs.file-max = 202566 > > [sjs...@cc-6910p ~]$ sudo sysctl -w fs.file-max=1000000 > fs.file-max = 1000000 > > [sjs...@cc-6910p ~]$ sysctl fs.file-max > fs.file-max = 1000000 > > To make the changes permanent, you need to add a line to /etc/sysctl.conf: > fs.file-max = <a number> > > Shells also have a maximum number of open files which may need to be > adjusted in /etc/security/limits.conf, but I don't think you are > hitting that because the message wouldn't come from the kernel. > > -- > Sam > > -- > fedora-list mailing list > [email protected] > To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list > Guidelines: > http://fedoraproject.org/wiki/Communicate/MailingListGuidelines >
-- fedora-list mailing list [email protected] To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
