diff options
author | John Wilkins <john.wilkins@inktank.com> | 2013-01-03 16:13:13 -0800 |
---|---|---|
committer | John Wilkins <john.wilkins@inktank.com> | 2013-01-03 16:13:13 -0800 |
commit | f1e0305f0d2c31aa38f417a5f22eef34a7ec1511 (patch) | |
tree | 7e9408bcefdfdb86d6205de7049909ec43f7960d | |
parent | 19df20867d358b5ca5cab9c2f11184e6037dbe11 (diff) | |
download | ceph-f1e0305f0d2c31aa38f417a5f22eef34a7ec1511.tar.gz |
doc: Removed the --without-tcmalloc flag until further advised.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r-- | doc/install/building-ceph.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/install/building-ceph.rst b/doc/install/building-ceph.rst index c7e417194bb..e8b4b3551b7 100644 --- a/doc/install/building-ceph.rst +++ b/doc/install/building-ceph.rst @@ -11,13 +11,6 @@ following:: ./configure make -.. topic:: Memory Profiling - - If Google's memory profile tool isn't supported for your distribution, you may - use ``./configure`` with the ``--without-tcmalloc`` option. See - `Memory Profiling`_ for details on using memory profiling. - - .. topic:: Hyperthreading You can use ``make -j`` to execute multiple jobs depending upon your system. For |