Open harrider opened 1 day ago
It would be useful to gain insight into memory usage in helping to debug runtime issues.
v8
LOG_NODE_HEAPSTATS
true
false
LOG_NODE_HEAPSTATS_INTERVAL_MS
number
milliseconds
<type>.env.json
config.js
Description
It would be useful to gain insight into memory usage in helping to debug runtime issues.
Work Done
v8
npm package to gather heap usage statisticsLOG_NODE_HEAPSTATS
true
orfalse
(case insensitive) to enable the heap stats loggingLOG_NODE_HEAPSTATS_INTERVAL_MS
number
(inmilliseconds
) representing the interval to log heap stats at<type>.env.json
files to add new env vars for visibilityconfig.js
to look for new env var values