]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tile.rb
Version bump and uninstall stripe (unused)
[chef.git] / roles / tile.rb
index 407d7991f3349c56f65dc2a82d204a3921446e58..c4b0834d1e1f28265bf974ac0d7901f5372caf9b 100644 (file)
@@ -20,7 +20,8 @@ default_attributes(
       :min_spare_threads => 300,
       :max_spare_threads => 1200,
       :max_connections_per_child => 0,
-      :async_request_worker_factor => 4
+      :async_request_worker_factor => 4,
+      :listen_cores_buckets_ratio => 6
     }
   },
   :munin => {
@@ -63,6 +64,13 @@ default_attributes(
         "kernel.sched_min_granularity_ns" => 10000000,
         "kernel.sched_wakeup_granularity_ns" => 15000000
       }
+    },
+    :tcp_use_bbr => {
+      :comment => "Use TCP BBR Congestion Control",
+      :parameters => {
+        "net.core.default_qdisc" => "fq",
+        "net.ipv4.tcp_congestion_control" => "bbr"
+      }
     }
   },
   :tile => {
@@ -99,7 +107,7 @@ default_attributes(
     :styles => {
       :default => {
         :repository => "git://github.com/gravitystorm/openstreetmap-carto.git",
-        :revision => "v4.23.0",
+        :revision => "v4.24.1",
         :max_zoom => 19
       }
     }