Skip to content

Commit

Permalink
Update postres tiler - config staging
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Jul 30, 2024
1 parent d3ca26d commit 0d37a17
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
# ====================================================================================================
Expand Down

0 comments on commit 0d37a17

Please sign in to comment.