Increase the bytes per config threshold to avoid

too frequent uploading.

BUG: b/77813755
Test: statsd test
Change-Id: I2b7b9292edf2c7d607f1ae6af4d52b104cd8443a
This commit is contained in:
Yangster-mac
2018-04-19 10:54:30 -07:00
parent a194a6bee3
commit db185c94cc

View File

@@ -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.