commit | 788588c4f2fdd84fad48176a468717a8be63efc8 | [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 | cdd2786f7f77cdcaad249064b65cf70ea0c6e677 [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)