diff --git a/libs/binder/ProcessState.cpp b/libs/binder/ProcessState.cpp index d7daf7342..2d4e10ddd 100644 --- a/libs/binder/ProcessState.cpp +++ b/libs/binder/ProcessState.cpp @@ -41,7 +41,7 @@ #include #include -#define BINDER_VM_SIZE (1*1024*1024) +#define BINDER_VM_SIZE ((1*1024*1024) - (4096 *2)) static bool gSingleProcess = false;