From d340255ecae6808c21436a3d46374abd9e04a79a Mon Sep 17 00:00:00 2001 From: yayaws_zk <584363327@qq.com> Date: Wed, 19 Nov 2025 16:25:57 +0800 Subject: [PATCH] revert binder thread pool number --- aosp/frameworks/native/libs/binder/ProcessState.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aosp/frameworks/native/libs/binder/ProcessState.cpp b/aosp/frameworks/native/libs/binder/ProcessState.cpp index 2b1136229..2fdece438 100644 --- a/aosp/frameworks/native/libs/binder/ProcessState.cpp +++ b/aosp/frameworks/native/libs/binder/ProcessState.cpp @@ -48,7 +48,7 @@ #include #define BINDER_VM_SIZE ((1 * 1024 * 1024) - sysconf(_SC_PAGE_SIZE) * 2) -#define DEFAULT_MAX_BINDER_THREADS 7 +#define DEFAULT_MAX_BINDER_THREADS 15 #define DEFAULT_ENABLE_ONEWAY_SPAM_DETECTION 1 #ifdef __ANDROID_VNDK__ -- Gitee