Michael Ho has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/8906


Change subject: IMPALA-5528: Add a knob to tune TCMalloc total thread caches 
size
......................................................................

IMPALA-5528: Add a knob to tune TCMalloc total thread caches size

This change adds a new flag FLAGS_tcmalloc_max_total_thread_cache_bytes
which specifies the maximum size in bytes which the total of all TCMalloc
thread caches can grow to. By default, it's set to 0 and the default value
in TCMalloc library is used.  This change also always enables "aggressive
decommit" feature in TCMalloc instead of just validating that it's enabled
in the code by default.

Testing done: core build;
test_tpch.py with FLAGS_tcmalloc_max_total_thread_cache_bytes set.

Change-Id: Ib968ee7d20458143ef6ac14ad3ac2c4d84d31dc5
---
M be/src/common/global-flags.cc
M be/src/runtime/exec-env.cc
2 files changed, 21 insertions(+), 7 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/06/8906/1
--
To view, visit http://gerrit.cloudera.org:8080/8906
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib968ee7d20458143ef6ac14ad3ac2c4d84d31dc5
Gerrit-Change-Number: 8906
Gerrit-PatchSet: 1
Gerrit-Owner: Michael Ho <[email protected]>

Reply via email to