[DocDB] Add /pprof/heap support for google tcmalloc's sampling profiler #15990
Labels
area/docdb
YugabyteDB core features
kind/enhancement
This is an enhancement of an existing feature
priority/medium
Medium priority issue
Jira Link: DB-5395
Description
The new tcmalloc (
--use-google-tcmalloc
) uses a sampling-based profiler (and got rid of the old all-allocation profiler). We should integrate this new profiler with the/pprof/heap
endpoint so we can track memory allocations.This is a blocker for turning on the new tcmalloc by default (#13701).
The text was updated successfully, but these errors were encountered: