From: Chris Holcombe Date: Thu, 19 Nov 2015 23:05:12 +0000 (-0800) Subject: Typo in the apt-get command. X-Git-Tag: v10.0.1~31^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F6659%2Fhead;p=ceph.git Typo in the apt-get command. Signed-off-by: Chris Holcombe --- diff --git a/doc/rados/troubleshooting/memory-profiling.rst b/doc/rados/troubleshooting/memory-profiling.rst index 39ceba694ef8..5322e7b22873 100644 --- a/doc/rados/troubleshooting/memory-profiling.rst +++ b/doc/rados/troubleshooting/memory-profiling.rst @@ -6,7 +6,7 @@ Ceph MON, OSD and MDS can generate heap profiles using ``tcmalloc``. To generate heap profiles, ensure you have ``google-perftools`` installed:: - sudo apt-get google-perftools + sudo apt-get install google-perftools The profiler dumps output to your ``log file`` directory (i.e., ``/var/log/ceph``). See `Logging and Debugging`_ for details.