From 0d37a170540e7272a34168f33076c647040fc956 Mon Sep 17 00:00:00 2001 From: Rub21 Date: Tue, 30 Jul 2024 13:38:26 -0500 Subject: [PATCH] Update postres tiler - config staging --- values.staging.template.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/values.staging.template.yaml b/values.staging.template.yaml index 96f09937..c9e76f26 100644 --- a/values.staging.template.yaml +++ b/values.staging.template.yaml @@ -448,7 +448,7 @@ osm-seed: min_wal_size = 80MB random_page_cost = 1.1 effective_cache_size = 6GB - log_min_duration_statement = 3000 + log_min_duration_statement = 10000 log_connections = on log_disconnections = on log_duration = off @@ -471,7 +471,11 @@ osm-seed: min_parallel_table_scan_size = 8MB min_parallel_index_scan_size = 512kB session_preload_libraries = 'auto_explain' - auto_explain.log_min_duration = '3s' + auto_explain.log_min_duration = '10s' + # Timeout settings + tcp_keepalives_idle = 300 + tcp_keepalives_interval = 60 + tcp_keepalives_count = 10 # ==================================================================================================== # Variables for tiler-imposm # ====================================================================================================