mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
Fix the debuginfod sysconfig file to not stop at f32..f35 but go at least to eleven ^W f39 for RPM inclusion. Bump up the fdcache size to 1024 entries so more archive pieces are retained unpacked, given that the VMs still have pretty generous unused storage. These changes are already hand-applied to prod and stg.
17 lines
521 B
Plaintext
17 lines
521 B
Plaintext
#
|
|
DEBUGINFOD_PORT="8002"
|
|
#DEBUGINFOD_VERBOSE="-vv"
|
|
|
|
DEBUGINFOD_PATHS="--fdcache-fds=1024 -t43200 -g604800 -c6 -vv -R /mnt/fedora_koji_prod/koji/packages -X /data/ -I \.(module_f|fc)(32|33|34|35|36|37|38|39)[.+].*\.rpm"
|
|
|
|
# prefer reliability/durability over performance
|
|
#DEBUGINFOD_PRAGMAS="-D 'pragma synchronous=full;'"
|
|
|
|
# upstream debuginfods
|
|
#DEBUGINFOD_URLS="http://secondhost:8002 http://thirdhost:8002"
|
|
#DEBUGINFOD_TIMEOUT="5"
|
|
#DEBUGINFOD_CACHE_DIR=""
|
|
|
|
# Don't use tmpfs /tmp on scarce-RAM machine.
|
|
TMPDIR=/var/tmp
|