mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 14:41:42 +03:00
Add experimental prefix to hpa_strict_min_purge_interval
Goal is to make it obvious this option is experimental.
This commit is contained in:
parent
aaa29003ab
commit
c7ccb8d7e9
8 changed files with 21 additions and 19 deletions
|
|
@ -56,7 +56,7 @@ struct hpa_shard_opts_s {
|
|||
* This is an option to provide backward compatibility for staged rollout of
|
||||
* purging logic fix.
|
||||
*/
|
||||
bool strict_min_purge_interval;
|
||||
bool experimental_strict_min_purge_interval;
|
||||
|
||||
/*
|
||||
* Maximum number of hugepages to purge on each purging attempt.
|
||||
|
|
@ -83,7 +83,7 @@ struct hpa_shard_opts_s {
|
|||
10 * 1000, \
|
||||
/* min_purge_interval_ms */ \
|
||||
5 * 1000, \
|
||||
/* strict_min_purge_interval */ \
|
||||
/* experimental_strict_min_purge_interval */ \
|
||||
false, \
|
||||
/* experimental_max_purge_nhp */ \
|
||||
-1 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue