]> git.openstreetmap.org Git - chef.git/blobdiff - roles/db.rb
Disable postgres JIT for main database
[chef.git] / roles / db.rb
index 81aed86787c78142e8c042c3fc2f80e5ad5ce53b..5e4aa0d0b7f00fe8b2173a13004a9dca5fdde319 100644 (file)
@@ -42,11 +42,11 @@ default_attributes(
         :max_connections => "1500",
         :max_stack_depth => "7MB",
         :wal_level => "logical",
-        :checkpoint_segments => "32",
         :max_wal_size => "1536MB",
         :checkpoint_completion_target => "0.8",
         :max_wal_senders => "10",
         :cpu_tuple_cost => "0.1",
+        :jit => "off",
         :log_min_duration_statement => "1000",
         :late_authentication_rules => [
           { :address => "10.0.32.0/20" },