Commit fc413451 authored by antirez's avatar antirez
Browse files

README more specific about tcmalloc space benefits

parent 1a587ff8
...@@ -30,9 +30,11 @@ After you build Redis is a good idea to test it, using: ...@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment