diff options
author | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-23 01:29:09 +0000 |
---|---|---|
committer | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-23 01:29:09 +0000 |
commit | bbba70f23cec0e3e470060915ca3a8949ca5d216 (patch) | |
tree | 3e572a289eb6954b42d3187670b6b6cdd3db218f /third_party/tcmalloc/chromium | |
parent | 50ae1ccd0aa50651742dba0b31d54247412ccc3d (diff) | |
download | chromium_src-bbba70f23cec0e3e470060915ca3a8949ca5d216.zip chromium_src-bbba70f23cec0e3e470060915ca3a8949ca5d216.tar.gz chromium_src-bbba70f23cec0e3e470060915ca3a8949ca5d216.tar.bz2 |
Revert r45389. Experiment over.
Revert "TCMalloc: Experiment with setting FLAGS_tcmalloc_release_rate to 50. This is a performance / memory usage tradeoff. 50 is pretty high. I'm going to revert this after a run or two on the buildbots."
BUG=28385
Review URL: http://codereview.chromium.org/1739003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45401 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/tcmalloc/chromium')
-rw-r--r-- | third_party/tcmalloc/chromium/src/page_heap.cc | 2 |
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 2082eaf..31130e9 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", 50.0), + EnvToDouble("TCMALLOC_RELEASE_RATE", 1.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 " |