From d67817bd8878fd22b3e548c5ef43edff03108cee Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Tue, 13 Feb 2024 12:33:41 -0500 Subject: [PATCH] debuginfod: enlarge rpm-extraction fdcache 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. --- files/debuginfod/sysconfig.debuginfod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/debuginfod/sysconfig.debuginfod b/files/debuginfod/sysconfig.debuginfod index 907786c8bb..9ed78e6787 100644 --- a/files/debuginfod/sysconfig.debuginfod +++ b/files/debuginfod/sysconfig.debuginfod @@ -2,7 +2,7 @@ DEBUGINFOD_PORT="8002" #DEBUGINFOD_VERBOSE="-vv" -DEBUGINFOD_PATHS="--fdcache-mintmp=15 --fdcache-mbs=8192 --fdcache-fds=2048 --fdcache-prefetch-mbs=4096 --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" +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