Files
hakmem/scripts/profiles/tinyhot_tput_sll256.env

29 lines
888 B
Bash
Raw Normal View History

# Profile: Tiny Hot Throughput (SLL deep for >=128B)
# Purpose: Increase TLS SLL capacity for classes 4..7 to reduce refill frequency
# Use: scripts/larson.sh hakmem --profile tinyhot_tput_sll256 2 4
# Base
export HAKMEM_TINY_FAST_PATH=1
export HAKMEM_USE_SUPERSLAB=1
export HAKMEM_TINY_SS_ADOPT=0
export HAKMEM_TINY_MUST_ADOPT=0
# TLS SLL capacity overrides (per-class)
export HAKMEM_TINY_SLL_CAP_C4=256
export HAKMEM_TINY_SLL_CAP_C5=256
export HAKMEM_TINY_SLL_CAP_C6=256
export HAKMEM_TINY_SLL_CAP_C7=256
# Keep magazine moderate
export HAKMEM_TINY_TLS_LIST_CAP=32
export HAKMEM_TINY_TLS_HOT_MAG_CAP=128
# Misc
export HAKMEM_TINY_TRACE_RING=0
export HAKMEM_TINY_SAFE_FREE=0
export HAKMEM_TINY_REMOTE_GUARD=0
export HAKMEM_DEBUG_COUNTERS=0
export HAKMEM_TINY_PHASE6_BOX_REFACTOR=1
export HAKMEM_TINY_USE_SUPERSLAB=1
export HAKMEM_USE_SUPERSLAB=1 # legacy alias for scripts display