.config
.github
LICENSES
bin
collections
docs
examples
gpg
group_vars
i18n
inventory
host_vars
matrix.finallycoffee.eu
postgresql.yml
vars.yml
vault.yml
hosts
roles
templates
.editorconfig
.envrc
.gitattributes
.gitignore
.yamllint
CHANGELOG.md
CHANGELOG.md.license
LICENSE
Makefile
README.md
README.md.license
REUSE.toml
YEAR-IN-REVIEW.md
ansible.cfg
conf.py
flake.lock
flake.nix
jitsi_jvb.yml
justfile
requirements.txt
requirements.yml
setup.yml
setup.yml.license
17 lines
539 B
YAML
17 lines
539 B
YAML
---
|
|
postgres_max_connections: 400
|
|
postgres_shared_buffers: 3145728 # (3072 MiB)
|
|
postgres_effective_cache_size: 8388608 # (8192 MiB)
|
|
postgres_maintenance_work_mem: 786432 # (768 MiB)
|
|
postgres_wal_buffers: 16384 # (16 MiB)
|
|
postgres_random_page_cost: 1.3
|
|
postgres_work_mem: 4096
|
|
postgres_huge_pages: try
|
|
postgres_min_wal_size: 524288 # (512 MiB)
|
|
postgres_max_wal_size: 4194304 # (4GiB)
|
|
postgres_max_worker_processes: 8
|
|
postgres_max_parallel_workers: 8
|
|
postgres_max_parallel_workers_per_gather: 4
|
|
postgres_max_parallel_maintenance_workers: 4
|
|
|