"Jim Hurne" <jhurne@xxxxxxxxxx> writes: > On one of the instances that is exhibiting the "disk leak" behavior, the > VACUUM ANALYZE VERBOSE command doesn't generate any output or complete > before I loose the connection to the database (presumably because I hit a > connection read timeout). Is it possible to configure th read timeout for > psql? You could fool with your tcp timeout settings: https://www.postgresql.org/docs/current/runtime-config-connection.html#RUNTIME-CONFIG-CONNECTION-SETTINGS regards, tom lane