Skip to content

Commit

Permalink
postgres: disable JIT compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks authored Nov 23, 2021
1 parent a1c4985 commit 4ed515a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ postgresql_parameters:
- {option: "max_standby_streaming_delay", value: "30s"}
- {option: "wal_receiver_status_interval", value: "10s"}
- {option: "idle_in_transaction_session_timeout", value: "10min"} # reduce this timeout if possible
- {option: "jit", value: "off"}
# - {option: "max_worker_processes", value: "24"}
# - {option: "max_parallel_workers", value: "12"}
# - {option: "max_parallel_workers_per_gather", value: "2"}
Expand Down

0 comments on commit 4ed515a

Please sign in to comment.