X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/c4d203b787bfb2f3df067ed9b567c9ce221f409a..44166d054d076ce26743c466ce002d7bc2e3c4dd:/cookbooks/imagery/recipes/tiler.rb diff --git a/cookbooks/imagery/recipes/tiler.rb b/cookbooks/imagery/recipes/tiler.rb index 1b86ef6f0..ec7daa835 100644 --- a/cookbooks/imagery/recipes/tiler.rb +++ b/cookbooks/imagery/recipes/tiler.rb @@ -42,6 +42,7 @@ podman_service "titiler" do environment :BIND => "unix:/sockets/titiler.sock", :WORKERS_PER_CORE => 1, :GDAL_CACHEMAX => 200, + :GDAL_BAND_BLOCK_CACHE => "HASHSET", :GDAL_DISABLE_READDIR_ON_OPEN => "EMPTY_DIR", :GDAL_INGESTED_BYTES_AT_OPEN => 32768, :GDAL_HTTP_MERGE_CONSECUTIVE_RANGES => "YES", @@ -62,8 +63,9 @@ systemd_service "titiler-restart" do end systemd_timer "titiler-restart" do - on_boot_sec "6h" - on_unit_inactive_sec "12h" + on_boot_sec "10m" + on_unit_inactive_sec "30m" + randomized_delay_sec "20m" end service "titiler-restart.timer" do