This website requires JavaScript.
Explore
Help
Register
Sign In
cmhi
/
f-stack
mirror of
https://github.com/F-Stack/f-stack.git
Watch
1
Star
0
Fork
You've already forked f-stack
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a7f935c734
f-stack
/
app
/
redis-6.2.6
/
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