README more specific about tcmalloc space benefits

This commit is contained in:
antirez 2010-10-22 00:18:26 +02:00
parent 072f559c69
commit 49cf03e61e

8
README
View File

@ -30,9 +30,11 @@ After you build Redis is a good idea to test it, using:
Buliding using tcmalloc Buliding using tcmalloc
----------------------- -----------------------
tcmalloc is a fast and space efficient implementation of malloc(). Compiling tcmalloc is a fast and space efficient implementation (for little objects)
Redis with it can improve performances and memeory usage. You can read of malloc(). Compiling Redis with it can improve performances and memeory
more about it here: http://goog-perftools.sourceforge.net/doc/tcmalloc.html 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 In order to compile Redis with tcmalloc support install tcmalloc on your system
and then use: and then use: