mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
debuginfod: apply thread-pool limits
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
DEBUGINFOD_PORT="8002"
|
||||
#DEBUGINFOD_VERBOSE="-vv"
|
||||
|
||||
DEBUGINFOD_PATHS="--fdcache-fds=1024 -t43200 -g604800 -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=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").
|
||||
|
||||
# prefer reliability/durability over performance
|
||||
#DEBUGINFOD_PRAGMAS="-D 'pragma synchronous=full;'"
|
||||
|
||||
Reference in New Issue
Block a user