accept() on socket [6] failed with error

asked 2016-05-05 03:23:07 -0500

cros gravatar image

updated 2016-05-06 00:40:13 -0500

when I use the service,I found when the service called a number of times, it will appear the error

[ERROR] [1462436232.811787210]: accept() on socket [6] failed with error [Too many open files]

also have the error I don't know why and how to fix it.if someone knows the reason,please tell me ,thank you very much

edit retag flag offensive close merge delete

Comments

If you're running out of open files, that suggests that you're doing more than calling a service a number of times. Please provide enough information to reproduce your problem so we can help you.

tfoote gravatar image tfoote  ( 2016-05-07 16:38:07 -0500 )edit