Skip to content

Commit

Permalink
Do not warn on single value high memory usage
Browse files Browse the repository at this point in the history
(Use built-in monitors to monitor *average* recent use instead)
  • Loading branch information
lbwexler committed Sep 25, 2024
1 parent 37e19aa commit 6a2ba2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class MemoryMonitoringService extends BaseService {
_lastInfoLogged = new Date()
} else {
logDebug(newSnap)
}
}

return newSnap
}
Expand Down

0 comments on commit 6a2ba2c

Please sign in to comment.