#1284 debuginfod: tweak caching, stop retaining f32 data
Merged a year ago by fche. Opened a year ago by fche.
fedora-infra/ fche/ansible main  into  main

@@ -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;'"

Signed-off-by: Frank Ch. Eigler fche@redhat.com

Build succeeded.

I see that it's caching everything from F33, even after the update. Do we want to keep cache for all those releases?

I see that it's caching everything from F33, even after the update. Do we want to keep cache for all those releases?

Koji etc. retain all old build RPMs. debuginfod is not caching as in duplicating all that, just holding an index sqlite file. The index does grow over time, so trimming out some very old releases is fine and needed, but I wouldn't suggest eagerly unindexing older distros just because.

Looks good to me. Want me to merge and run? or would you like to?

rebased onto 873fed6

a year ago

Thanks Kevin; I'll merge here. No rush rerunning - the config file changes are already in effect.

Pull-Request has been merged by fche

a year ago
Metadata