mirror of
https://github.com/fluencelabs/redis
synced 2025-07-26 05:51:55 +00:00
.github
deps
hiredis
jemalloc
bin
build-aux
doc
include
m4
msvc
scripts
src
test
include
integration
cpp
MALLOCX_ARENA.c
aligned_alloc.c
allocated.c
extent.c
extent.sh
mallocx.c
mallocx.sh
overflow.c
posix_memalign.c
rallocx.c
sdallocx.c
thread_arena.c
thread_tcache_enabled.c
xallocx.c
xallocx.sh
src
stress
unit
test.sh.in
.appveyor.yml
.autom4te.cfg
.gitattributes
.gitignore
.travis.yml
COPYING
ChangeLog
INSTALL.md
Makefile.in
README
TUNING.md
VERSION
autogen.sh
config.stamp.in
configure
configure.ac
jemalloc.pc.in
run_tests.sh
linenoise
lua
Makefile
README.md
update-jemalloc.sh
src
tests
utils
.gitignore
00-RELEASENOTES
BUGS
CONTRIBUTING
COPYING
INSTALL
MANIFESTO
Makefile
README.md
TLS.md
redis.conf
runtest
runtest-cluster
runtest-moduleapi
runtest-sentinel
sentinel.conf
6 lines
87 B
Bash
6 lines
87 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
if [ "x${enable_fill}" = "x1" ] ; then
|
||
|
export MALLOC_CONF="junk:false"
|
||
|
fi
|