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:
Schalk Krüger
2026-06-26 13:53:05 -07:00
committed by Slobodan Predolac
parent db15a39d75
commit 43a8adc187
12 changed files with 2 additions and 118 deletions

View File

@@ -101,7 +101,6 @@ static hpa_shard_opts_t g_hpa_opts = {
/* hugify_delay_ms */ 7804,
/* hugify_sync */ false,
/* min_purge_interval_ms */ 5 * 1000,
/* experimental_max_purge_nhp */ -1,
/* purge_threshold */ HUGEPAGE,
/* min_purge_delay_ms */ 0,
/* hugify_style */ hpa_hugify_style_eager