]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tile.rb
Disable the postgres JIT on tile servers
[chef.git] / roles / tile.rb
index 8de66fff5b311501dbb06a1b8b57eb83758e7ee7..d726d29d1ba8c4d1cff9cb99174ef02434682494 100644 (file)
@@ -44,12 +44,16 @@ default_attributes(
         :checkpoint_segments => "60",
         :max_wal_size => "2880MB",
         :random_page_cost => "1.1",
+        :jit => "off",
         :track_activity_query_size => "16384",
         :autovacuum_vacuum_scale_factor => "0.05",
         :autovacuum_analyze_scale_factor => "0.02"
       }
     }
   },
+  :ssl => {
+    :ct_report_uri => false
+  },
   :sysctl => {
     :sockets => {
       :comment => "Increase size of connection queue",
@@ -102,7 +106,7 @@ default_attributes(
     },
     :styles => {
       :default => {
-        :repository => "git://github.com/gravitystorm/openstreetmap-carto.git",
+        :repository => "https://github.com/gravitystorm/openstreetmap-carto.git",
         :revision => "v4.25.0",
         :max_zoom => 19
       }