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

Commit 391becb8 authored by Ganesh Mahendran's avatar Ganesh Mahendran Committed by android-build-merger
Browse files

Merge "libbinder: use sysconf(_SC_PAGESIZE) to get pagesize" am: b638bf8d

am: f83403fd

Change-Id: If136ef494a22fb750321272302db7a0d8144eb95
parents 9181bdb5 f83403fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@
#include <sys/stat.h>
#include <sys/types.h>

#define BINDER_VM_SIZE ((1*1024*1024) - (4096 *2))
#define BINDER_VM_SIZE ((1 * 1024 * 1024) - sysconf(_SC_PAGE_SIZE) * 2)
#define DEFAULT_MAX_BINDER_THREADS 15

// -------------------------------------------------------------------------