Skip to content

Commit

Permalink
update proxy of master to raftstore-proxy for memory purge and memory…
Browse files Browse the repository at this point in the history
… status (#9721)

ref #4982, ref #9722

- Provide an http interface "/debug/pprof/arena_purge" for purging the dirty/muzzy page in jemalloc. This could help reduce the memory consumption after large txn is committed.
    Reference: https://jemalloc.net/jemalloc.3.html#opt.muzzy_decay_ms
- Provide an http interface "/debug/pprof/memory_status" to get memory allocation information is using jemalloc. Note that the return result may take dozens MiB.

Signed-off-by: CalvinNeo <[email protected]>

Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
  • Loading branch information
CalvinNeo and ti-chi-bot[bot] authored Dec 11, 2024
1 parent a22811b commit 96ae6d2
Showing 1 changed file with 1 addition and 1 deletion.