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
avoid runaway memory consumtion on unlimited open file limits
Usually ulimit -n is has sane values somewhere between 1000 and 10000. Some
container managers like docker set higher values, so naemon might end up
with ulimit of millions which just wastes memory.
If a single worker hits the open file limit, simply start more worker.
0 commit comments