mirror of
https://tvoygit.ru/Djam/r11-builder-agent.git
synced 2025-02-23 10:22:45 +00:00
disable tmpfs for a while
This commit is contained in:
parent
8f8a334120
commit
b57e168f43
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ 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']['root_cache_opts']['max_age_days'] = 2
|
||||||
config_opts['plugin_conf']['ccache_enable'] = False
|
config_opts['plugin_conf']['ccache_enable'] = False
|
||||||
|
|
||||||
config_opts['plugin_conf']['tmpfs_enable'] = True
|
config_opts['plugin_conf']['tmpfs_enable'] = False
|
||||||
config_opts['plugin_conf']['tmpfs_opts'] = {}
|
config_opts['plugin_conf']['tmpfs_opts'] = {}
|
||||||
config_opts['plugin_conf']['tmpfs_opts']['required_ram_mb'] = 64000
|
config_opts['plugin_conf']['tmpfs_opts']['required_ram_mb'] = 64000
|
||||||
config_opts['plugin_conf']['tmpfs_opts']['max_fs_size'] = '50g'
|
config_opts['plugin_conf']['tmpfs_opts']['max_fs_size'] = '50g'
|
||||||
|
|
Loading…
Add table
Reference in a new issue