From 977122dbb6db324c53106b01dd794f0b316b2dd7 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 25 Jan 2023 09:35:12 +0000 Subject: [PATCH] Disable postgres JIT for main database --- roles/db.rb | 1 + 1 file changed, 1 insertion(+) 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" }, -- 2.39.5