Skip to content

Commit 2322e71

Browse files
michalbiesekjschmieg
michalbiesek
authored andcommitted
Provide information about memkind
- which version should be used - which configure options should be set
1 parent 1c5b1e2 commit 2322e71

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,15 @@ If you want to know more, this is a list of selected starting points:
2525
Building Redis
2626
--------------
2727
You will need to install the following required packages on the build system:
28-
* memkind
29-
* libdaxctl-devel (v66 or later) -- required by libmemkind
28+
* libdaxctl-devel (v66 or later) -- required by memkind
29+
* memkind ([v1.10.1-rc2](https://github.com/memkind/memkind/releases/tag/v1.10.1-rc2) or later) - with custom build options described below
30+
31+
To install memkind please call:
32+
33+
% ./autogen.sh
34+
% ARENA_LIMIT=1 MIN_LG_ALIGN=3 ./configure --disable-heap-manager
35+
% make
36+
% make install
3037

3138
Redis can be compiled and used on Linux, OSX, OpenBSD, NetBSD, FreeBSD.
3239
We support big endian and little endian architectures, and both 32 bit

0 commit comments

Comments
 (0)