Merge "Increase the bytes per config threshold to avoid too frequent uploading." into pi-dev
am: e442db3e40
Change-Id: I4d3c0d72f5269ccd0f3e3ed6c38c06cd3de7021c
This commit is contained in:
committed by
android-build-merger
commit
80c93aed29
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user