debuginfod: tweak prefetch cache settings

Use more cache to avoid as much repeated archive busywork during
workload such as today since 8AM.
Related: https://sourceware.org/bugzilla/show_bug.cgi?id=29098
This commit is contained in:
Frank Ch. Eigler 2022-05-18 19:22:30 -04:00 committed by fche
parent 145db9e495
commit f0a0eb2ba9

View file

@ -2,7 +2,7 @@
DEBUGINFOD_PORT="8002" DEBUGINFOD_PORT="8002"
#DEBUGINFOD_VERBOSE="-vv" #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" DEBUGINFOD_PATHS="--fdcache-fds=2048 --fdcache-prefetch-mbs=4096 --fdcache-prefetch-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"). # to start aging old fedoras, change the -I regex, and add -r ("--regex-groom").