mushorg/glutton

too many open files

glaslos opened this issue · 5 comments

I'm still having this issues:
[user.tcp] accept tcp [::]:5000: accept4: too many open files

[user.tcp] indicates the existence of error on freki side, btw I will try to reveal this bug.

Checking the number of running go routines might give you a hint?

Running Go routines: 440 and open files: 437
There are definitely routines still running that shouldn't
This is after 97380 seconds runtime. It usually starts with both below 40.

Closed with 82c1e54