Crank up the fs size here.

This commit is contained in:
Ralph Bean
2016-08-01 16:19:50 +00:00
parent 0e13d8d48d
commit 3249d254b6

View File

@@ -6,7 +6,7 @@ config_opts['dnf_common_opts'] = ['--setopt=install_weak_deps=0']
config_opts['plugin_conf']['tmpfs_enable'] = True
config_opts['plugin_conf']['tmpfs_opts'] = {}
config_opts['plugin_conf']['tmpfs_opts']['required_ram_mb'] = 1024
config_opts['plugin_conf']['tmpfs_opts']['max_fs_size'] = '768m'
config_opts['plugin_conf']['tmpfs_opts']['max_fs_size'] = '6g'
config_opts['plugin_conf']['tmpfs_opts']['mode'] = '0755'
config_opts['plugin_conf']['tmpfs_opts']['keep_mounted'] = False
{% endif %}