pub const BIND9_MALLOC_CONF: &str = "dirty_decay_ms:0,muzzy_decay_ms:0";Expand description
MALLOC_CONF environment variable value for BIND9 containers
Optimizes jemalloc memory decay for containerized environments:
dirty_decay_ms:0- Immediately return dirty pages to OSmuzzy_decay_ms:0- Immediately return muzzy pages to OS
This enables more aggressive memory reclamation in environments where memory pressure is monitored closely.