summaryrefslogtreecommitdiff
path: root/deps/jemalloc/test/unit/prof_recent.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deps/jemalloc/test/unit/prof_recent.sh')
-rw-r--r--deps/jemalloc/test/unit/prof_recent.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/deps/jemalloc/test/unit/prof_recent.sh b/deps/jemalloc/test/unit/prof_recent.sh
new file mode 100644
index 000000000..58a54a47b
--- /dev/null
+++ b/deps/jemalloc/test/unit/prof_recent.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+if [ "x${enable_prof}" = "x1" ] ; then
+ export MALLOC_CONF="prof:true,prof_active:true,lg_prof_sample:0,prof_recent_alloc_max:3"
+fi