Linux system to modify the number of scripts _ the maximum open file

bin # / bash!
# Author: liusingbon
# function: to modify the Linux system the maximum number of open files
# /etc/security/limits.conf end of the file append two lines of configuration parameters to modify the maximum number of open files 65536
CAT >> / etc / Security / limits.conf << EOF
* Soft nofile 65536
* 65536 Hard nofile
EOF

Guess you like

Origin www.cnblogs.com/liusingbon/p/11128491.html