summaryrefslogtreecommitdiff
path: root/src/mongo/util/tcmalloc_set_parameter.cpp
diff options
context:
space:
mode:
authorRobert Guo <robert.guo@10gen.com>2018-03-13 14:58:04 -0400
committerRobert Guo <robert.guo@10gen.com>2018-03-15 10:14:34 -0400
commitebcfc62197744ffe0bb77a404a8e210c2100de31 (patch)
tree0f9ce5d4a564abb207045d0765a7b77281de0cad /src/mongo/util/tcmalloc_set_parameter.cpp
parent137bae8a3739545564cef631e33680108e767330 (diff)
downloadmongo-ebcfc62197744ffe0bb77a404a8e210c2100de31.tar.gz
SERVER-33643 refactor processInfo to no longer depend on global
initialization.
Diffstat (limited to 'src/mongo/util/tcmalloc_set_parameter.cpp')
-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 ca9cf7eb108..1ec424e1490 100644
--- a/src/mongo/util/tcmalloc_set_parameter.cpp
+++ b/src/mongo/util/tcmalloc_set_parameter.cpp
@@ -129,7 +129,7 @@ TcmallocNumericPropertyServerParameter tcmallocAggressiveMemoryDecommit(
"tcmallocAggressiveMemoryDecommit", "tcmalloc.aggressive_memory_decommit");
MONGO_INITIALIZER_GENERAL(TcmallocConfigurationDefaults,
- ("SystemInfo"),
+ MONGO_NO_PREREQUISITES,
("BeginStartupOptionHandling"))
(InitializerContext*) {
// Before processing the command line options, if the user has not specified a value in via