Skip to content

Commit

Permalink
Reduce pgbouncer server lifetime to reduce memory footprint (#10159)
Browse files Browse the repository at this point in the history
- reduce pgbouncer server_lifetime to 20 minutes

Signed-off-by: Xin Li <[email protected]>
  • Loading branch information
xin-hedera authored Jan 18, 2025
1 parent 0a8166b commit 49e4628
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/hedera-mirror/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ stackgres:
max_client_conn: "1600"
max_prepared_statements: "512"
pool_mode: transaction
server_lifetime: "1200"
users:
mirror_node:
pool_mode: session
Expand Down Expand Up @@ -373,6 +374,7 @@ stackgres:
max_client_conn: "2000"
max_prepared_statements: "512"
pool_mode: transaction
server_lifetime: "1200"
users:
mirror_node:
pool_mode: session
Expand Down

0 comments on commit 49e4628

Please sign in to comment.