commit | baa7ce8f08477fa7e02080da7c51fbdc1c2f7a81 | [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 | 3382fd2afb75b911184a3aff1a4d308a9d4aec02 | |
parent | e23e6c7112eeca08805dd9dc3aed06c04dc225f1 [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