ProcessState: make binder size 2MB.

Test: not tested
Bug: 36088202
Change-Id: I961ea6e91675d3218fe7ea2966319bbe7b189a81
(cherry picked from commit 4b5b95698c917a276f2845a67f47daf8af2313ea)
diff --git a/ProcessState.cpp b/ProcessState.cpp
index 69cb2df..8201d31 100644
--- a/ProcessState.cpp
+++ b/ProcessState.cpp
@@ -39,7 +39,7 @@
 #include <sys/stat.h>
 #include <sys/types.h>
 
-#define BINDER_VM_SIZE ((1*1024*1024) - (4096 *2))
+#define BINDER_VM_SIZE ((2*1024*1024) - (4096 *2))
 #define DEFAULT_MAX_BINDER_THREADS 0
 
 // -------------------------------------------------------------------------