diff --git a/libs/binder/ProcessState.cpp b/libs/binder/ProcessState.cpp index f13f49fe9380619dc3f3506abdeb61eab793aa60..f8b0eb23d5a05aaa414f2583a4ecc0edb2becd6e 100644 --- a/libs/binder/ProcessState.cpp +++ b/libs/binder/ProcessState.cpp @@ -42,7 +42,7 @@ #include #include -#define BINDER_VM_SIZE ((1*1024*1024) - (4096 *2)) +#define BINDER_VM_SIZE ((2*1024*1024) - (4096 *2)) #define DEFAULT_MAX_BINDER_THREADS 15 // -------------------------------------------------------------------------