debuginfod: bump scanning concurrency to -c6

Try to suffer NFS storage latencies better.
This commit is contained in:
Frank Ch. Eigler 2021-03-30 11:48:44 -04:00 committed by fche
parent 02111da3e4
commit 8f6580d379

View file

@ -27,7 +27,10 @@ spec:
command: ["/usr/bin/debuginfod",
"-vv",
"-d", "/var/cache/debuginfod/db.sqlite",
"-c", "3",
# Set # of scanning threads - on a 4cpu host node, >4 can mask koji NFS latency,
# but can't do much about storage NFS latency. If too high, can strain memory
# during analyzing large debuginfo binaries.
"-c", "6",
"-t", "3600",
"-g", "604800",
# exclude signed etc. variants, just want original RPMs