am 5f8f1487: Merge change Ia0a40883 into eclair
Merge commit '5f8f1487be78064e8d653dd2d105d8dd444d6a35' into eclair-mr2 * commit '5f8f1487be78064e8d653dd2d105d8dd444d6a35': 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
9b94211787
@@ -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