diff --git a/aosp/frameworks/native/libs/binder/ProcessState.cpp b/aosp/frameworks/native/libs/binder/ProcessState.cpp index 2b113622988f963f4853060c231e83765b34f12f..2fdece438826c88028b08d993eb5675a7cdd00b5 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__