You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have nofiles limit set to a high number (required for a module testing I am working on) and soft limit is same as hard limit. ulimit -Sn
1073741816 ulimit -Hn
1073741816
May be use a sane limit instead of max fds settings ?
What is a "sane limit"? If you tell a process it can have that many fds, you shouldn't be surprised if it starts getting ready to do what you asked, right?
tsl0922/ttyd#245
I have nofiles limit set to a high number (required for a module testing I am working on) and soft limit is same as hard limit.
ulimit -Sn
1073741816
ulimit -Hn
1073741816
When I am starting
ttyd_linux.x86_64 bash
May be use a sane limit instead of max fds settings ?
The text was updated successfully, but these errors were encountered: