This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
redis
mirror of
https://mirror.osredm.com/root/redis.git
Watch
2
Star
0
Fork
You've already forked redis
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e8099cabd1
redis
/
deps
/
jemalloc
/
test
/
unit
/
prof_tctx.sh
6 lines
103 B
Bash
Raw
Blame
History
#!/bin/sh
if
[
"
x
${
enable_prof
}
"
=
"x1"
]
;
then
export
MALLOC_CONF
=
"prof:true,lg_prof_sample:0"
fi
Reference in New Issue
View Git Blame
Copy Permalink