Account Links: Cart | Your Account | Logout

Skip to content

Red Hat Knowledgebase

Red Hat Knowledgebase Search:

Updated Within the Last:

New Solutions within the last day New Solutions within the last week New Solutions within the last month

Browse by topics:


Click to View a Topic
Red Hat Enterprise Linux > AS/ES/WS Basics > Issue <<  109 of 908 >>

Solution Tools:


Email a Solution Postcard Printer version Submit a comment on this answer Update notifications Request an answer Back

Article Reference

Article ID: 2137
Last update: 11-08-04
Issue:
The number of maximum files was reached, how do I fix this problem?
Resolution:
This is an easy problem to fix, all you need to do is increase the number of files allowed. To do this, log in as root and edit the file: /etc/sysctl.conf

Add a line like this,

 
fs.file-max = 32768
      

Save and exit the file. To apply these changes, run the command:

 
# sysctl -p
      

This should raise the maximum number of open files for the system. See additional articles in the Knowledgebase on detailed information on making changes to the proc filesystem permanent and how to increase the maximum number of open files on your system.


How well did this entry answer your question?


good wrong incomplete out of date
Red Hat Enterprise Linux > AS/ES/WS Basics > Issue <<   109  of  908  >>