Results 1 to 2 of 2
Does anyone know if there is a way of increasing the number of file descriptors that a unix socket can use. It looks like it's set at 1000ish on RHEL. ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-21-2007 #1Just Joined!
- Join Date
- Feb 2007
- Posts
- 4
increasing the number of file descriptors on RHEL8
Does anyone know if there is a way of increasing the number of file descriptors that a unix socket can use. It looks like it's set at 1000ish on RHEL. I have an application that creates unix sockets and 1000 may not be enough. The sockets seem to TIME_WAIT for a few minutes before closing.
What are the drawbacks of increasing the file descriptors?
- 02-21-2007 #2Linux User
- Join Date
- Jan 2006
- Posts
- 251
you might want to change the file-max parameter
try:
http://bcr2.uwaterloo.ca/~brecht/servers/openfiles.html
http://www.faqs.org/docs/securing/chap6sec72.html
If you meant something else please elaborate...
thanks


Reply With Quote
