From 873fed608d33de086a4b65c6d90a73556eb7b9e3 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Tue, 20 Dec 2022 12:34:30 -0500 Subject: [PATCH] debuginfod: tweak caching, stop retaining f32 data Signed-off-by: Frank Ch. Eigler --- files/debuginfod/sysconfig.debuginfod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/debuginfod/sysconfig.debuginfod b/files/debuginfod/sysconfig.debuginfod index 64205a2ddb..5229e1c741 100644 --- a/files/debuginfod/sysconfig.debuginfod +++ b/files/debuginfod/sysconfig.debuginfod @@ -2,9 +2,9 @@ DEBUGINFOD_PORT="8002" #DEBUGINFOD_VERBOSE="-vv" -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" +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)(33|34|35|36|37|38|39)[.+].*\.rpm" -# to start aging old fedoras, change the -I regex, and add -r ("--regex-groom"). +# to age old fedoras, change the -I regex # prefer reliability/durability over performance #DEBUGINFOD_PRAGMAS="-D 'pragma synchronous=full;'"