mirror of
https://github.com/ceph/ceph
synced 2025-03-02 06:21:38 +00:00
doc: Added comments on --without-tcmalloc option when building Ceph.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
This commit is contained in:
parent
43ef6772eb
commit
73bc8ffc90
@ -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
|
Loading…
Reference in New Issue
Block a user