The number of maximum files was reached, how do I fix this problem?
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 ...
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
