From d708744f2b55e2b0261276f56db61d59765e5b33 Mon Sep 17 00:00:00 2001 From: Shivani Bhardwaj Date: Thu, 25 Feb 2021 11:14:24 +0530 Subject: [PATCH] doc: fix ubuntu pkg name for tcmalloc --- doc/userguide/performance/tcmalloc.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/userguide/performance/tcmalloc.rst b/doc/userguide/performance/tcmalloc.rst index 887061a3318..b5f559f13d0 100644 --- a/doc/userguide/performance/tcmalloc.rst +++ b/doc/userguide/performance/tcmalloc.rst @@ -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: @@ -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: