Answers for "change linux root max file descriptors"

0

change linux root max file descriptors

# Check current limits
ulimit -a

vim /etc/security/limits.conf

# <user|group> <limit> <type> <amount>
* soft nofile 40000
* hard nofile 40000

reboot
Posted by: Guest on May-05-2022

Code answers related to "change linux root max file descriptors"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language