Closed Rjected closed 7 months ago
Why only read access is needed?
Jemalloc docs say the following:
opt.prof (bool) r-
opt.lg_prof_interval (ssize_t) r-
opt.lg_prof_sample (size_t) r-
opt.prof_final (bool) r-
opt.prof_leak (bool) r-
Write access would be nice, but it doesn't look like we can have write access for these opt
s
Thanks!
Adds a subset of the profiling options. This requires the
profiling
feature to be enabled ontikv-jemalloc-ctl
to be used.Also adds the new
macos-14
runner for theaarch64-apple-darwin
target to CI.