summaryrefslogtreecommitdiffstats
path: root/test/unit/decay.sh
blob: 0df17884e9e5dc30312a810d4d243a2f733514a9 (plain)
1
2
3
4
5
6
#!/bin/sh

export MALLOC_CONF="dirty_decay_time:1,muzzy_decay_time:1"
if [ "x${enable_tcache}" = "x1" ] ; then
  export MALLOC_CONF="${MALLOC_CONF},lg_tcache_max:0"
fi