mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-15 14:16:17 -06:00
[GH-ISSUE #103] Tunneld server error: too many open files #57
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/go-http-tunnel#57
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @speeltronics on GitHub (Sep 3, 2019).
Original GitHub issue: https://github.com/mmatczuk/go-http-tunnel/issues/103
After running the tunneld server for an extended period of time. In my case this happens within a few days to a week with 3 or 4 client tunnels. The tunneld process opens too many files and never closes them and reaches the specified open file limit for the process which I currently have set at 1024.
"level 0 msg accept of control connection failed addr [::]:38694 err accept tcp [::]:38694: accept4: too many open files"