doc: Added comments on --without-tcmalloc option when building Ceph.

Signed-off-by: John Wilkins <john.wilkins@inktank.com>
This commit is contained in:
John Wilkins 2013-01-03 13:30:14 -08:00
parent 43ef6772eb
commit 73bc8ffc90

View File

@ -11,16 +11,26 @@ following::
./configure
make
You can use ``make -j`` to execute multiple jobs depending upon your system. For
example::
.. 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
example, ``make -j4`` for a dual core processor may build faster.
make -j4
To install Ceph locally, you may also use::
sudo make install
If you install Ceph locally, ``make`` will place the executables in
``usr/local/bin``. You may add the ``ceph.conf`` file to the ``usr/local/bin``
directory to run an evaluation environment of Ceph from a single directory.
If you install Ceph locally, ``make`` will place the executables in
``usr/local/bin``. You may add the Ceph configuration file to the
``usr/local/bin`` directory to run an evaluation environment of Ceph from a
single directory.
.. _Memory Profiling: ../../rados/operations/memory-profiling