From 237afd09840b2788d2ea17cf1a1d5bb01f1d6b1a Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Thu, 30 Jun 2022 14:57:01 +0200 Subject: [PATCH] chore: ensure os_mon.memsup_improved_system_memory_data is set to true --- priv/emqx.schema | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/priv/emqx.schema b/priv/emqx.schema index 3f1203aa9..475e0f6ad 100644 --- a/priv/emqx.schema +++ b/priv/emqx.schema @@ -2512,6 +2512,10 @@ end}. %%-------------------------------------------------------------------- %% Operating System Monitor %%-------------------------------------------------------------------- +{mapping, "os_mon.memsup_improved_system_memory_data", "os_mon.memsup_improved_system_memory_data", [ + {default, true}, + {datatype, {enum, [true, false]}} +]}. {mapping, "os_mon.cpu_check_interval", "emqx.os_mon", [ {default, 60},