We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I have used the rinet for quite a while now.
I use rite on a server to redirect users to another server.
But when I see its logs, it shows:
Jan 15 11:19:32 vpn rinetd[10473]: socket(): Too many open files
And its effect on the speed.
But when I restart the rite, its performance is good until that error shows up again!
How can I fix it?
PS: I Increased my limit on open files on ubuntu, but nothing changed.
$ rinetd --version rinetd 0.62.1sam
The text was updated successfully, but these errors were encountered:
It seems you can simply enlarge the openfile limit of your system using ulimit -n
Sorry, something went wrong.
No branches or pull requests
Hello,
I have used the rinet for quite a while now.
I use rite on a server to redirect users to another server.
But when I see its logs, it shows:
Jan 15 11:19:32 vpn rinetd[10473]: socket(): Too many open files
And its effect on the speed.
But when I restart the rite, its performance is good until that error shows up again!
How can I fix it?
PS: I Increased my limit on open files on ubuntu, but nothing changed.
The text was updated successfully, but these errors were encountered: