Many a times we receive the error ‘Maximum file limit has been reached’, in that case, please
Refer the following steps to get it fixed:-
- Login into server as a root
- Edit the file called /etc/sysctl.conf ,using the following command:
vi /etc/sysctl.conf
- Add the line in it as
s.file-max = 22992
d. Save and exit from the file.
e. In order to apply these changes run the command called
# sysctl –p