Too many open files in system

 

Today I connect to Linux server with Putty, encounter error “Too many open files in system”.

 

The limitation is setted in “/proc/sys/fs/file-max”, the max files opened at the same time. To solve this problem:

1. Set a big value.

2. Reboot the server.

 

你可能感兴趣的:(System)