Skip to content
Snippets Groups Projects
Verified Commit c7e3446b authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

postgres: Set `jit = off` on matrix.archlinux.org

parent 889e0e5e
No related branches found
No related tags found
1 merge request!169postgres: Set `jit = off` on matrix.archlinux.org
......@@ -18,6 +18,7 @@
postgres_work_mem: 32MB
postgres_maintenance_work_mem: 32MB
postgres_effective_cache_size: 2GB
postgres_jit: 'off'
- role: postfix
postfix_relayhost: "mail.archlinux.org"
- { role: matrix }
......
......@@ -12,6 +12,7 @@ postgres_shared_buffers: '128MB'
postgres_work_mem: '4MB'
postgres_maintenance_work_mem: '64MB'
postgres_effective_cache_size: '4GB'
postgres_jit: 'on'
postgres_ssl_hosts4: []
postgres_ssl_hosts6: []
......
......@@ -405,7 +405,7 @@ effective_cache_size = {{ postgres_effective_cache_size }}
#join_collapse_limit = 8 # 1 disables collapsing of explicit
# JOIN clauses
#force_parallel_mode = off
#jit = on # allow JIT compilation
jit = {{ postgres_jit }} # allow JIT compilation
#plan_cache_mode = auto # auto, force_generic_plan or
# force_custom_plan
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment