瀏覽代碼

Merge remote-tracking branch 'origin/master' into master

master
SisMaker 4 年之前
父節點
當前提交
8c77a70156
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/srvNodeMgr/utVMInfo.erl

+ 1
- 1
src/srvNodeMgr/utVMInfo.erl 查看文件

@ -479,7 +479,7 @@ memInfoPrint(CurModule, CurLine, Threshold) ->
Sub = CurUsed - OldUsed,
case erlang:abs(Sub) >= Threshold of
true ->
io:format("IMY*********Memory use changes are too large~n~p~n~p~n~p~n~p~n", [{addOrSub, Sub}, {timeDiff, CurTime - OldTime}, {old, OldModule, OldLine, OldTime, OldMemInfo}, {cur, CurModule, CurLine, CurTime, OldMemInfo}]);
io:format("IMY*********Memory use changes are too large~n~p~n~p~n~p~n~p~n", [{addOrSub, Sub}, {timeDiff, CurTime - OldTime}, {old, OldModule, OldLine, OldTime, OldMemInfo}, {cur, CurModule, CurLine, CurTime, CurMemInfo}]);
_ ->
ignore
end

Loading…
取消
儲存