From 9c596696ae1df36e717f4f33d46dc2401e627a76 Mon Sep 17 00:00:00 2001 From: CamilleLaVey Date: Fri, 7 Aug 2026 20:50:03 -0400 Subject: [PATCH] Increased windows size --- src/common/host_memory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/host_memory.cpp b/src/common/host_memory.cpp index 17fe4ff2d8..5c8da107c7 100644 --- a/src/common/host_memory.cpp +++ b/src/common/host_memory.cpp @@ -705,7 +705,7 @@ public: if (get_native_handle == nullptr) { return false; } - constexpr size_t window_size = 128ULL << 20; + constexpr size_t window_size = 256ULL << 20; const AHardwareBuffer_Desc window_desc = MakeBlobDesc(window_size); if (AHardwareBuffer_isSupported(&window_desc) == 0) { return false;