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
In ngx_http_clojure_module.c: the method ngx_http_clojure_expand_jvm_classpath
In this function the directory handle referenced by variable dir is never closed.
Each time nginx config is reloaded another directory handle is allocated, thus
there are at most MASTER_PROCESS_FD_LIIMIT - MASTER_OTHER_FDS reloads until the master will fail.