Merge commit '9b94211787b237fd59153f58dd41d738290866c4' into eclair-mr2-plus-aosp * commit '9b94211787b237fd59153f58dd41d738290866c4': Modify the binder to request 1M - 2 pages instead of 1M. The backing store
This commit is contained in:
committed by
Android Git Automerger
commit
bd328d0113
@ -41,7 +41,7 @@
|
||||
#include <sys/mman.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#define BINDER_VM_SIZE (1*1024*1024)
|
||||
#define BINDER_VM_SIZE ((1*1024*1024) - (4096 *2))
|
||||
|
||||
static bool gSingleProcess = false;
|
||||
|
||||
|
Reference in New Issue
Block a user