Skip to content

Commit

Permalink
doc: fix ubuntu pkg name for tcmalloc
Browse files Browse the repository at this point in the history
  • Loading branch information
inashivb authored and victorjulien committed Feb 26, 2021
1 parent 7500c29 commit d708744
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/userguide/performance/tcmalloc.rst
Expand Up @@ -9,11 +9,11 @@ speed ups and also reduces memory usage quite a bit.
Installation
~~~~~~~~~~~~

On Ubuntu, install the libtcmalloc-minimal0 package:
On Ubuntu, install the libtcmalloc-minimal4 package:

::

apt-get install libtcmalloc-minimal0
apt-get install libtcmalloc-minimal4

On Fedora, install the gperftools-libs package:

Expand All @@ -30,7 +30,7 @@ Ubuntu:

::

LD_PRELOAD="/usr/lib/libtcmalloc_minimal.so.0" suricata -c suricata.yaml -i eth0
LD_PRELOAD="/usr/lib/x86_64-linux-gnu/libtcmalloc_minimal.so.4" suricata -c suricata.yaml -i eth0

Fedora:

Expand Down

0 comments on commit d708744

Please sign in to comment.