copr: builders: increase max number of opened descriptors
This commit is contained in:
parent
b01e78ea21
commit
25e14657ec
1 changed files with 3 additions and 0 deletions
|
@ -38,3 +38,6 @@ config_opts['dnf_install_command'] = 'install dnf dnf-plugins-core shadow-utils
|
|||
# https://github.com/rpm-software-management/mock/issues/338
|
||||
config_opts['package_manager_max_attempts'] = 3
|
||||
config_opts['package_manager_attempt_delay'] = 10
|
||||
|
||||
# https://pagure.io/copr/copr/issue/1211
|
||||
config_opts['nspawn_args'] += ['--rlimit=RLIMIT_NOFILE=10240']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue