commit | 610ca1c6dae38c3a782de10ac2511e415ebf1045 | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Tue Jun 04 05:25:02 2024 +0000 |
committer | Yi Kong <yikong@google.com> | Tue Jun 04 05:25:34 2024 +0000 |
tree | 2b82b6b955159ebc32aa3a5252d5a55a26479692 | |
parent | e2a656fd66875ccd51e3e30b97442eac77d96b1d [diff] |
Increase maximum trace files storage limit Current limit of 512 MB is too small. Trace files are around 100 MB. Zstd has a typical compression ratio of 4. We can only store 25 traces until background processing clears the traces. Raising the limit to 768 MB gives us space for approximately 38 traces, which should be enough for a day's collection workload. Change-Id: I8d36120bdc3873b47bc56ea9a9370b7ed3601595 Test: manual Bug: 343556964