]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dev.rb
hardware: Do not scale CPU frequency for niced processes
[chef.git] / roles / dev.rb
index 108d2ed1755104af771cc719d9fbea7d9dea4498..6fc9c61634a5475a0a74e8770ecbe794f61ddc8b 100644 (file)
@@ -126,11 +126,8 @@ default_attributes(
       }
     }
   },
-  :exim => {
-      :smarthost_via => "fafnir.openstreetmap.org:26"
-  },
   :postgresql => {
-    :versions => ["14"],
+    :versions => ["15"],
     :settings => {
       :defaults => {
         :max_connections => "500",
@@ -140,10 +137,9 @@ default_attributes(
         :max_stack_depth => "4MB",
         :effective_cache_size => "4GB"
       },
-      "14" => {
+      "15" => {
         :port => "5432",
-        :wal_level => "logical",
-        :max_replication_slots => "1"
+        :wal_level => "logical"
       }
     }
   },