Skip to content

Commit b18c8f2

Browse files
authored
admin: allow symbols in jemalloc pprof (#1636)
Otherwise its pretty useless. Manually tested this makes heap profiles work
1 parent fe64dd4 commit b18c8f2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ duration-str = "0.17"
5454
futures = "0.3"
5555
futures-core = "0.3"
5656
futures-util = "0.3"
57-
jemalloc_pprof = { version = "0.8", optional = true }
57+
jemalloc_pprof = { version = "0.8", optional = true, features = ["symbolize"] }
5858
tikv-jemallocator = { version = "0.6.0", features = ["profiling", "unprefixed_malloc_on_supported_platforms"], optional = true }
5959
hashbrown = "0.15"
6060
hickory-client = "0.25"

0 commit comments

Comments
 (0)