From b57e168f433bb9328258c7233a651f3cf7048992 Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Tue, 26 Mar 2019 21:17:49 +0300 Subject: [PATCH] disable tmpfs for a while --- config-generator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-generator.sh b/config-generator.sh index 6d85443..1d89a5f 100755 --- a/config-generator.sh +++ b/config-generator.sh @@ -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']['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']['required_ram_mb'] = 64000 config_opts['plugin_conf']['tmpfs_opts']['max_fs_size'] = '50g'