Add experimental prefix to hpa_strict_min_purge_interval

Goal is to make it obvious this option is experimental.
This commit is contained in:
Dmitry Ilvokhin
2024-08-19 10:54:19 -07:00
committed by Qi Wang
parent aaa29003ab
commit c7ccb8d7e9
8 changed files with 21 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
export MALLOC_CONF="hpa_dirty_mult:0.001,hpa_hugification_threshold_ratio:1.0,hpa_min_purge_interval_ms:50,hpa_strict_min_purge_interval:true,hpa_sec_nshards:0"
export MALLOC_CONF="hpa_dirty_mult:0.001,hpa_hugification_threshold_ratio:1.0,hpa_min_purge_interval_ms:50,hpa_sec_nshards:0"