summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2020-03-16 16:35:38 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-03-18 14:36:35 +0000
commit175d4ff4d482510b97cd4df59c30f6ab0a57867e (patch)
treed3ca136d744cdb556fdaadf243c4164368fa0f1b
parent1909cd159e4b0b3678513c8e3f83286051148b99 (diff)
downloadmongo-175d4ff4d482510b97cd4df59c30f6ab0a57867e.tar.gz
SERVER-46898 The tcmallocReleaseRate parameter does not work in 4.0 and 3.6
-rw-r--r--src/mongo/util/tcmalloc_set_parameter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/util/tcmalloc_set_parameter.cpp b/src/mongo/util/tcmalloc_set_parameter.cpp
index 3c054940522..31ac06215f3 100644
--- a/src/mongo/util/tcmalloc_set_parameter.cpp
+++ b/src/mongo/util/tcmalloc_set_parameter.cpp
@@ -186,7 +186,7 @@ TcmallocNumericPropertyServerParameter tcmallocMaxTotalThreadCacheBytesParameter
TcmallocNumericPropertyServerParameter tcmallocAggressiveMemoryDecommit(
"tcmallocAggressiveMemoryDecommit", "tcmalloc.aggressive_memory_decommit");
-TcmallocReleaseRateServerParameter tcmallocReleaseRate();
+TcmallocReleaseRateServerParameter tcmallocReleaseRate;
MONGO_INITIALIZER_GENERAL(TcmallocConfigurationDefaults,
MONGO_NO_PREREQUISITES,