Thanks Sam.<br><br clear="all">Regards,<br><br>- -<br>iarly selbir ( ski0s )<br><br>:wq!<br>
<br><br><div class="gmail_quote">On Wed, Feb 11, 2009 at 3:14 PM, Sharpe, Sam J <span dir="ltr"><<a href="mailto:sam.sharpe%2Blists.redhat@gmail.com">sam.sharpe+lists.redhat@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
2009/2/11 iarly selbir <<a href="mailto:iarlyy@gmail.com">iarlyy@gmail.com</a>>:<br>
<div class="Ih2E3d">> can anyone tell me what mean this messages?<br>
><br>
> Feb 11 14:08:02 ski0s kernel: VFS: file-max limit 204674 reached<br>
<br>
</div>You've probably hit the maximum number of open files.<br>
<br>
[sjs298@cc-6910p ~]$ sysctl fs.file-max<br>
fs.file-max = 202566<br>
<br>
[sjs298@cc-6910p ~]$ sudo sysctl -w fs.file-max=1000000<br>
fs.file-max = 1000000<br>
<br>
[sjs298@cc-6910p ~]$ sysctl fs.file-max<br>
fs.file-max = 1000000<br>
<br>
To make the changes permanent, you need to add a line to /etc/sysctl.conf:<br>
fs.file-max = <a number><br>
<br>
Shells also have a maximum number of open files which may need to be<br>
adjusted in /etc/security/limits.conf, but I don't think you are<br>
hitting that because the message wouldn't come from the kernel.<br>
<br>
--<br>
Sam<br>
<font color="#888888"><br>
--<br>
fedora-list mailing list<br>
<a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a><br>
To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list" target="_blank">https://www.redhat.com/mailman/listinfo/fedora-list</a><br>
Guidelines: <a href="http://fedoraproject.org/wiki/Communicate/MailingListGuidelines" target="_blank">http://fedoraproject.org/wiki/Communicate/MailingListGuidelines</a><br>
</font></blockquote></div><br>