Codify a few debuginfod process parameters that appear to be working well. Adjust incoming proxies to redirect the "/" URL to a wiki page, as requested by FESCO.
16 lines
508 B
Text
16 lines
508 B
Text
#
|
|
DEBUGINFOD_PORT="8002"
|
|
#DEBUGINFOD_VERBOSE="-vv"
|
|
|
|
DEBUGINFOD_PATHS="--fdcache-fds=512 -t43200 -g604800 -c6 -vv -R /mnt/fedora_koji_prod/koji/packages -X /data/ -I \.(module_f|fc)(32|33|34|35)[.+].*\.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
|