mirror of
https://github.com/fluencelabs/redis
synced 2025-06-26 23:41:33 +00:00
Revert "Jemalloc updated to 4.4.0."
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.
This commit is contained in:
4
deps/jemalloc/test/integration/sdallocx.c
vendored
4
deps/jemalloc/test/integration/sdallocx.c
vendored
@ -1,7 +1,7 @@
|
||||
#include "test/jemalloc_test.h"
|
||||
|
||||
#define MAXALIGN (((size_t)1) << 22)
|
||||
#define NITER 3
|
||||
#define MAXALIGN (((size_t)1) << 25)
|
||||
#define NITER 4
|
||||
|
||||
TEST_BEGIN(test_basic)
|
||||
{
|
||||
|
Reference in New Issue
Block a user