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