aboutsummaryrefslogtreecommitdiff
path: root/test/unit/prof_reset.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/prof_reset.sh')
-rw-r--r--test/unit/prof_reset.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/prof_reset.sh b/test/unit/prof_reset.sh
index 43c516a08544..daefeb70c7e0 100644
--- a/test/unit/prof_reset.sh
+++ b/test/unit/prof_reset.sh
@@ -1,5 +1,5 @@
#!/bin/sh
if [ "x${enable_prof}" = "x1" ] ; then
- export MALLOC_CONF="prof:true,prof_active:false,lg_prof_sample:0"
+ export MALLOC_CONF="prof:true,prof_active:false,lg_prof_sample:0,prof_recent_alloc_max:0"
fi