Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bfa1857f authored by Rebecca Schultz Zavin's avatar Rebecca Schultz Zavin Committed by Android Git Automerger
Browse files

am bd328d01: am 9b942117: am 5f8f1487: Merge change Ia0a40883 into eclair

Merge commit 'bd328d0113ae29bd351d39faedc6c4e7957db4ad'

* commit 'bd328d0113ae29bd351d39faedc6c4e7957db4ad':
  Modify the binder to request 1M - 2 pages instead of 1M.  The backing store
parents 8f08a10c 22ac8de7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;