commit | 271afa97c66442dbf1c2d41f5d5a21fed07d8207 | [log] [tgz] |
---|---|---|
author | Patrick Williams <pdwilliams@google.com> | Wed Aug 09 18:30:22 2023 -0500 |
committer | Patrick Williams <pdwilliams@google.com> | Thu Aug 10 14:56:43 2023 -0500 |
tree | 407fa25526e4ebf3ed1bf47be37d0aeb50b2a3f0 | |
parent | 85243e40ea970314722eef8432d5e4f01fe9579e [diff] [blame] |
Update BUFFER_CACHE_MAX_SIZE Bug: 293398212 Test: presubmits Change-Id: I4d82ebacc8ef7c2ae32c61f40720082aa0af6941
diff --git a/libs/gui/SurfaceComposerClient.cpp b/libs/gui/SurfaceComposerClient.cpp index 48a97b2..0b20186 100644 --- a/libs/gui/SurfaceComposerClient.cpp +++ b/libs/gui/SurfaceComposerClient.cpp
@@ -59,7 +59,7 @@ #include <private/gui/ComposerServiceAIDL.h> // This server size should always be smaller than the server cache size -#define BUFFER_CACHE_MAX_SIZE 64 +#define BUFFER_CACHE_MAX_SIZE 4096 namespace android {