]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/imagery/recipes/tiler.rb
imager: tune timeout and lower titiler workers
[chef.git] / cookbooks / imagery / recipes / tiler.rb
index 69e3abdf7db824e7b61cf8acf910fd725ddaae53..f1f06015a94083ebbbaa276de9d24b3c9a62a8ed 100644 (file)
@@ -32,7 +32,7 @@ podman_service "titiler" do
   image container_image
   ports 8080 => 8080
   environment :PORT                                => 8080,
-              :WORKERS_PER_CORE                    => 2,
+              :WORKERS_PER_CORE                    => 1,
               :GDAL_CACHEMAX                       => 200,
               :GDAL_DISABLE_READDIR_ON_OPEN        => "EMPTY_DIR",
               :GDAL_INGESTED_BYTES_AT_OPEN         => 32768,