mirror of
https://github.com/fluencelabs/redis
synced 2025-06-11 08:11:20 +00:00
This reverts commit 153f2f00ea
.
Jemalloc 4.4.0 is apparently causing deadlocks in certain
systems. See for example https://github.com/antirez/redis/issues/3799.
As a cautionary step we are reverting the commit back and
releasing a new stable Redis version.
4 lines
92 B
C
4 lines
92 B
C
#define JEMALLOC_TEST_JUNK_OPT "junk:alloc"
|
|
#include "junk.c"
|
|
#undef JEMALLOC_TEST_JUNK_OPT
|