ulimit -n
cat /proc/sys/fs/file-nr
The default limit is 1024.
Get current number of open file descriptors:
lsof [-p pid] | wc -l
Increase the limit:
Edit /etc/security/limits.conf
:
username hard nofile 32768
My sincere attempt to make the complete HelpDesk solution - Dhananjay Madhukar Sonawane
No comments:
Post a Comment