Will Berkeley has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/12933


Change subject: Enable tcmalloc heap sampling by default
......................................................................

Enable tcmalloc heap sampling by default

This enables tcmalloc heap sampling by default with
`--heap-sample-every-n-bytes` set to 512KiB. This will allow users to
use the `pprof` tool to gather tcmalloc heap profiles from running Kudu
processes, at the cost of some overheard in memory allocation. I've been
doing a lot of performance testing on a cluster with heap sampling
enabled at this frequency and I don't think the overhead is a problem.
Enabling this soon after the release of 1.9 gives us lots of time to run
this configuration in tests to see if it causes any problems.

Change-Id: I99e06bdd04ecde030383709682cf096b5e5191c9
---
M src/kudu/util/flags.cc
1 file changed, 1 insertion(+), 2 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/33/12933/1
--
To view, visit http://gerrit.cloudera.org:8080/12933
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I99e06bdd04ecde030383709682cf096b5e5191c9
Gerrit-Change-Number: 12933
Gerrit-PatchSet: 1
Gerrit-Owner: Will Berkeley <wdberke...@gmail.com>

Reply via email to