summaryrefslogtreecommitdiffstats
path: root/third_party/tcmalloc/chromium/src
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/tcmalloc/chromium/src')
-rw-r--r--third_party/tcmalloc/chromium/src/page_heap.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/tcmalloc/chromium/src/page_heap.cc b/third_party/tcmalloc/chromium/src/page_heap.cc
index 31130e9..2082eaf 100644
--- a/third_party/tcmalloc/chromium/src/page_heap.cc
+++ b/third_party/tcmalloc/chromium/src/page_heap.cc
@@ -37,7 +37,7 @@
#include "system-alloc.h"
DEFINE_double(tcmalloc_release_rate,
- EnvToDouble("TCMALLOC_RELEASE_RATE", 1.0),
+ EnvToDouble("TCMALLOC_RELEASE_RATE", 50.0),
"Rate at which we release unused memory to the system. "
"Zero means we never release memory back to the system. "
"Increase this flag to return memory faster; decrease it "