mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 00:52:38 +00:00
README more specific about tcmalloc space benefits
This commit is contained in:
parent
1a587ff843
commit
fc41345116
8
README
8
README
@ -30,9 +30,11 @@ After you build Redis is a good idea to test it, using:
|
||||
Buliding using tcmalloc
|
||||
-----------------------
|
||||
|
||||
tcmalloc is a fast and space efficient implementation of malloc(). Compiling
|
||||
Redis with it can improve performances and memeory usage. You can read
|
||||
more about it here: http://goog-perftools.sourceforge.net/doc/tcmalloc.html
|
||||
tcmalloc is a fast and space efficient implementation (for little objects)
|
||||
of malloc(). Compiling Redis with it can improve performances and memeory
|
||||
usage. You can read more about it here:
|
||||
|
||||
http://goog-perftools.sourceforge.net/doc/tcmalloc.html
|
||||
|
||||
In order to compile Redis with tcmalloc support install tcmalloc on your system
|
||||
and then use:
|
||||
|
Loading…
Reference in New Issue
Block a user