From ff9d14d832ac174d29af5b3d704dc4daaa1d204f Mon Sep 17 00:00:00 2001 From: Zhiqiang Liu Date: Mon, 29 May 2023 10:42:08 +0800 Subject: [PATCH] tcmalloc: set pagesize=256K Signed-off-by: Zhiqiang Liu --- gperftools.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gperftools.spec b/gperftools.spec index 7fd0045..fafae94 100644 --- a/gperftools.spec +++ b/gperftools.spec @@ -1,6 +1,6 @@ Name: gperftools Version: 2.8 -Release: 1 +Release: 3 Summary: high-performance malloc and performance analysis tools License: BSD @@ -66,6 +66,7 @@ CXXFLAGS=`echo $RPM_OPT_FLAGS -fno-strict-aliasing -Wno-unused-local-typedefs -D --disable-general-dynamic-tls \ %endif --disable-dynamic-sized-delete-support \ + --with-tcmalloc-pagesize=256 %disable_rpath @@ -98,6 +99,9 @@ make %{_mandir}/man1/*.1.gz %changelog +* Mon May 29 2023 Zhiqiang Liu - 2.8-3 +- set pagesize=256K + * Wed Aug 26 2020 xinghe - 2.8-1 - update to 2.8 -- Gitee