mirror of
https://tvoygit.ru/Djam/r11-builder-agent.git
synced 2025-02-23 18:32:46 +00:00
add tmpfs support
This commit is contained in:
parent
c5aa2ebf17
commit
dc59226314
1 changed files with 6 additions and 0 deletions
|
@ -36,6 +36,12 @@ config_opts['plugin_conf']['root_cache_enable'] = False
|
|||
config_opts['plugin_conf']['root_cache_opts']['age_check'] = True
|
||||
config_opts['plugin_conf']['root_cache_opts']['max_age_days'] = 2
|
||||
config_opts['plugin_conf']['ccache_enable'] = False
|
||||
|
||||
config_opts['plugin_conf']['tmpfs_enable'] = True
|
||||
config_opts['plugin_conf']['tmpfs_opts'] = {}
|
||||
config_opts['plugin_conf']['tmpfs_opts']['required_ram_mb'] = 64000m
|
||||
config_opts['plugin_conf']['tmpfs_opts']['max_fs_size'] = '50g'
|
||||
|
||||
config_opts['use_system_media'] = False
|
||||
config_opts['basedir'] = '/var/lib/mock-urpm/'
|
||||
config_opts['cache_topdir'] = '/var/cache/mock-urpm/'
|
||||
|
|
Loading…
Add table
Reference in a new issue