From fdb802975c17f930ca28a1d413f6fdcda573d4c9 Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Wed, 8 Feb 2023 15:33:35 +0100 Subject: [PATCH] feat: disable disksup by default --- apps/emqx/etc/vm.args.cloud | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/emqx/etc/vm.args.cloud b/apps/emqx/etc/vm.args.cloud index 9a4530ce5..34fc19777 100644 --- a/apps/emqx/etc/vm.args.cloud +++ b/apps/emqx/etc/vm.args.cloud @@ -113,3 +113,6 @@ ## Mnesia thresholds -mnesia dump_log_write_threshold 5000 -mnesia dump_log_time_threshold 60000 + +## Disable os_mon's disksup by default +-os_mon start_disksup false