summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author android-build-team Robot <android-build-team-robot@google.com> 2018-05-01 21:02:32 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2018-05-01 21:02:32 +0000
commite442db3e40b4323930708d264eabe3168fed9305 (patch)
tree2be712dc8d9f9f5b8c1f8e96e88b6aa673bba891
parent4ca34d7bd7e4436abb434496272a9bae6cc7acda (diff)
parentdb185c94cc4c2e7e4dfd8e089709587b15e6d61e (diff)
Merge "Increase the bytes per config threshold to avoid too frequent uploading." into pi-dev
-rw-r--r--cmds/statsd/src/guardrail/StatsdStats.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/statsd/src/guardrail/StatsdStats.h b/cmds/statsd/src/guardrail/StatsdStats.h
index 2cbcca3ed95e..65ba4f7b12f7 100644
--- a/cmds/statsd/src/guardrail/StatsdStats.h
+++ b/cmds/statsd/src/guardrail/StatsdStats.h
@@ -114,7 +114,7 @@ public:
// Soft memory limit per configuration. Once this limit is exceeded, we begin notifying the
// data subscriber that it's time to call getData.
- static const size_t kBytesPerConfigTriggerGetData = 128 * 1024;
+ static const size_t kBytesPerConfigTriggerGetData = 192 * 1024;
// Cap the UID map's memory usage to this. This should be fairly high since the UID information
// is critical for understanding the metrics.