mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 05:33:06 +00:00
Remove experimental_hpa_max_purge_nhp option
It is unused and no longer needed: hpa_dirty_mult, hpa_purge_threshold, hpa_min_purge_interval_ms, and hpa_min_purge_delay_ms now provide finer control over the purge rate.
This commit is contained in:
committed by
Slobodan Predolac
parent
db15a39d75
commit
43a8adc187
@@ -36,8 +36,6 @@ static hpa_shard_opts_t test_hpa_shard_opts = {
|
||||
false,
|
||||
/* min_purge_interval_ms */
|
||||
5,
|
||||
/* experimental_max_purge_nhp */
|
||||
-1,
|
||||
/* purge_threshold */
|
||||
PAGE,
|
||||
/* min_purge_delay_ms */
|
||||
|
||||
Reference in New Issue
Block a user