ansible/files/debuginfod/sysconfig.debuginfod
2022-02-17 17:40:52 +00:00

18 lines
608 B
Text

#
DEBUGINFOD_PORT="8002"
#DEBUGINFOD_VERBOSE="-vv"
DEBUGINFOD_PATHS="--fdcache-fds=1024 -t43200 -g604800 -C20 -c6 -vv -R /mnt/fedora_koji_prod/koji/packages -X /data/ -I \.(module_f|fc)(32|33|34|35|36|37|38|39)[.+].*\.rpm"
# to start aging old fedoras, change the -I regex, and add -r ("--regex-groom").
# 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