From 8f8a3341203903e10b46d959a9d289388eafc4c1 Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Tue, 26 Mar 2019 20:38:01 +0300 Subject: [PATCH] fix syntax --- config-generator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-generator.sh b/config-generator.sh index c90e639..6d85443 100755 --- a/config-generator.sh +++ b/config-generator.sh @@ -39,7 +39,7 @@ 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']['required_ram_mb'] = 64000 config_opts['plugin_conf']['tmpfs_opts']['max_fs_size'] = '50g' config_opts['use_system_media'] = False