mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-09 15:14:18 +03:00
Revert "Extend purging algorithm with peak demand tracking"
This reverts commit ad108d50f1.
This commit is contained in:
parent
edaab8b3ad
commit
27d7960cf9
20 changed files with 28 additions and 538 deletions
|
|
@ -1657,7 +1657,6 @@ stats_general_print(emitter_t *emitter) {
|
|||
OPT_WRITE_BOOL("hpa_hugify_sync")
|
||||
OPT_WRITE_UINT64("hpa_min_purge_interval_ms")
|
||||
OPT_WRITE_SSIZE_T("experimental_hpa_max_purge_nhp")
|
||||
OPT_WRITE_UINT64("hpa_peak_demand_window_ms")
|
||||
if (je_mallctl("opt.hpa_dirty_mult", (void *)&u32v, &u32sz, NULL, 0)
|
||||
== 0) {
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue