This occurs even when not connection through a unix socket, e.g.
2018-07-16 16:00:15.683 723 LOG C-0x7fd30b31ebf8: pgbouncer/pgbouncer@10.64.33.195:46452 login attempt: db=pgbouncer user=pgbouncer tls=no
2018-07-16 16:00:27.245 2645 LOG File descriptor limit: 65536 (H:65536), max_client_conn: 80000, max fds possible: 109556
The first log line is from running:
watch "psql -U pgbouncer -h 10.64.33.195 -p 6432 pgbouncer -c 'show fds;'|grep 'America/Denver'|wc -l"
This doesn't always crash the process, but I had three instances of pgbouncer running, and the watch command running on each of those. They crashed within 15 to 16 minutes of each other.
This occurs even when not connection through a unix socket, e.g.
The first log line is from running:
This doesn't always crash the process, but I had three instances of pgbouncer running, and the
watchcommand running on each of those. They crashed within 15 to 16 minutes of each other.