commit | 3b4be357676b3c7a7cec5ef5d056ade514c97f8d | [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 18:12:17 2019 -0700 |
tree | b90a40238e8386b3ad1190633ba64ddd6b837fde | |
parent | 641c7080e7146eb5722efba28e9d652d8aaa5484 [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 (cherry picked from commit baa7ce8f08477fa7e02080da7c51fbdc1c2f7a81)