mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
sch_fq used to be required by BBR but this is no longer the case after a fallback to internal pacing was implemented in Linux 4.13. Plus, BBR was recently disabled on Arch's infra. Now, we could just set the default qdisc to fq_codel for all machines, but it seems the default for multiqueue network interfaces is sch_mq + fq_codel sub-qdiscs (one per tx queue). I am not sure how to cleanly implement the above multiqueue distinction in Ansible, so drop the default_qdisc configuration. I will then adjust affected machines manually to remove any configured qdiscs.
12 lines
252 B
YAML
12 lines
252 B
YAML
---
|
|
archweb_db_host: 'apollo.archlinux.org'
|
|
|
|
# raise tcp window limits to 32MiB
|
|
tcp_rmem: "10240 87380 33554432"
|
|
tcp_wmem: "10240 87380 33554432"
|
|
|
|
zabbix_agent_templates:
|
|
- Template OS Linux
|
|
- Template App Syncrepo
|
|
- Template App Syncrepo Arch32
|