Re: Postgres keep alive configuration

2025-07-23 Thread Fabrice Chapuis
at 1:30 PM Daniel Westermann (DWE) < daniel.westerm...@dbi-services.com> wrote: > >From: Fabrice Chapuis > >Sent: Wednesday, July 23, 2025 13:20 > >To: PostgreSQL Hackers > >Subject: Postgres keep alive configuration > > > >Hi, > > > >I try to

Re: Postgres keep alive configuration

2025-07-23 Thread Daniel Westermann (DWE)
>From: Fabrice Chapuis >Sent: Wednesday, July 23, 2025 13:20 >To: PostgreSQL Hackers >Subject: Postgres keep alive configuration >  >Hi, > >I try to configure these 3 parameters to activate keep alive on a sever >Postgres in version 14. > >tcp_keepalives_idle

Postgres keep alive configuration

2025-07-23 Thread Fabrice Chapuis
Hi, I try to configure these 3 parameters to activate keep alive on a sever Postgres in version 14. tcp_keepalives_idle = 3 tcp_keepalives_interval = 2 tcp_keepalives_count = 30 After issuing alter system set ... command and a pg_reload_conf(); these parameters keep value 0. I also check these