mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
Thanks to the recently shrunken database schema (~150GB for all of fedora 35+) and generous storage on the VM servers (~1TB available), we can dramatically increase the cache size. Along with debuginfod upstream improvements (brought in via a copr build), this should drastically improve the responsiveness of the debuginfod service.
19 lines
616 B
Plaintext
19 lines
616 B
Plaintext
#
|
|
DEBUGINFOD_PORT="8002"
|
|
#DEBUGINFOD_VERBOSE="-vv"
|
|
|
|
DEBUGINFOD_PATHS="--fdcache-mintmp=15 --fdcache-mbs=100000 --fdcache-prefetch-fds=1024 -t43200 -g604800 -C20 -c6 -vv -r -R /mnt/fedora_koji_prod/koji/packages -X /data/ -I \.(module_f|fc)(35|36|37|38|39|4.)[.+].*\.rpm"
|
|
|
|
# to age old fedoras, change the -I regex
|
|
|
|
# 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
|