From: Tom Hughes Date: Wed, 25 Jan 2023 09:35:12 +0000 (+0000) Subject: Disable postgres JIT for main database X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/977122dbb6db324c53106b01dd794f0b316b2dd7 Disable postgres JIT for main database --- diff --git a/roles/db.rb b/roles/db.rb index b45aab91c..5e4aa0d0b 100644 --- a/roles/db.rb +++ b/roles/db.rb @@ -46,6 +46,7 @@ default_attributes( :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" },