diff options
Diffstat (limited to 'src/mongo/util/heap_profiler.cpp')
-rw-r--r-- | src/mongo/util/heap_profiler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/util/heap_profiler.cpp b/src/mongo/util/heap_profiler.cpp index 65cfd272492..288bd441e08 100644 --- a/src/mongo/util/heap_profiler.cpp +++ b/src/mongo/util/heap_profiler.cpp @@ -656,7 +656,7 @@ public: // HeapProfiler* HeapProfiler::heapProfiler; -bool HeapProfiler::enabledParameter = true; +bool HeapProfiler::enabledParameter = false; long long HeapProfiler::sampleIntervalBytesParameter = 256 * 1024; ExportedServerParameter<bool, ServerParameterType::kStartupOnly> heapProfilingEnabledParameter( |