Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
fc413451
Commit
fc413451
authored
Oct 22, 2010
by
antirez
Browse files
README more specific about tcmalloc space benefits
parent
1a587ff8
Changes
1
Hide whitespace changes
Inline
Side-by-side
README
View file @
fc413451
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment