commit | 44b365ca12cabdf81db16da05d3c7555ad5d1edc | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Wed Apr 24 14:28:25 2019 -0700 |
committer | Josh Gao <jmgao@google.com> | Wed Apr 24 15:05:21 2019 -0700 |
tree | cb2d720f084e0d9f388c951b31ea422a69075212 | |
parent | 72b2c01663a54c4b27e15f8e8e363e42691b2343 [diff] |
adbd: reduce queue depths. Each operation we submit results in a contiguous allocation in the kernel which can trigger OOM-killing. Tune the queue depths to reduce the chances of this happening, with a minimal impact on performance. Bug: http://b/126582877 Test: ./benchmark_device.py with blueline Change-Id: I4b0f83d54a9a9a69f0ab48322d78fb137c94dd35