
left one is
thp:always,metadata_thp:always,dirty_decay_ms:600000,muzzy_decay_ms:600000\0
right is default

Changing decay time reduces number of page-faults, but jemalloc is not thp aware.
Need to check if using tcmalloc can improve tlb misses and does it affect perf(it should).
left one is
thp:always,metadata_thp:always,dirty_decay_ms:600000,muzzy_decay_ms:600000\0right is default
Changing decay time reduces number of page-faults, but jemalloc is not thp aware.
Need to check if using
tcmalloccan improve tlb misses and does it affect perf(it should).