log/emqttd_sysmon.log

This commit is contained in:
Feng 2015-12-05 15:44:05 +08:00
parent e3cd170683
commit cab15324da
2 changed files with 4 additions and 0 deletions

View File

@ -276,6 +276,8 @@
%% Erlang System Monitor
{sysmon, [
%% Log file.
{logfile, "log/emqttd_sysmon.log"},
%% Long GC
{long_gc, 100},

View File

@ -268,6 +268,8 @@
%% Erlang System Monitor
{sysmon, [
%% Log file.
{logfile, "log/emqttd_sysmon.log"},
%% Long GC, don't monitor in production mode for:
%% https://github.com/erlang/otp/blob/feb45017da36be78d4c5784d758ede619fa7bfd3/erts/emulator/beam/erl_gc.c#L421