Link to streams dev alert thread: https://mongodb.slack.com/archives/C05RX7RFTS9/p1715896774095479
I think this may have happened because _generateServerStatusSection() has a few fields that can grow unboundedly:
We should enforce appropriate limits on these fields like we do in the tcmalloc-gperf version of HeapProfiler.
daniel.moody@mongodb.com The relevant changes seem to be made by you. Are you the right person to look into this?