### post-fix Tue Aug 18 04:00:41 UTC 2026
proxy_pid=542065 fds=18
Max open files            65536                65536                files     
State  Recv-Q Send-Q Local Address:Port Peer Address:Port
LISTEN 0      1024               *:8007            *:*   
      1 ESTAB
      1 LISTEN
### snapshots
-- demo-felhom
2026-08-04T04:49:44Z
2026-08-11T04:54:07Z
2026-08-18T03:57:43Z
-- demo-hp
2026-08-04T19:24:16Z
2026-08-11T19:29:13Z
2026-08-18T03:58:43Z
### dropins
# 2026-08-18: proxy wedged after 14d uptime — accept() returned EMFILE at the
# systemd default soft limit of 1024 fds (1016 sockets, 547 in CLOSE-WAIT),
# the 1024-deep accept backlog overflowed, and every PBS client timed out.
# ~85k requests/day against this endpoint; 1024 is not a sane ceiling for it.
[Service]
LimitNOFILE=65536
# 2026-08-18: raised alongside the proxy (see its 20-nofile.conf). This daemon
# was NOT the one that exhausted fds (it held 15), but the systemd default 1024
# is not a sane ceiling for a PBS backend either.
[Service]
LimitNOFILE=65536
