commit | d0feaf9f79889f5991843fca9f9461096641b2a8 | [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 | e6de90edd852d4ffb71c22212986609dd91a8725 | |
parent | a04e48dbec87730af840b3df2b459c03b87479e8 [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 28293f16a80e3d7af442bc9817dae999f78beb57)