commit | 78897aba5e5b928b1118f24e504452d68cae7133 | [log] [tgz] |
---|---|---|
author | Alex Naidis <alex.naidis@linux.com> | Tue Oct 04 14:08:33 2016 +0200 |
committer | Jackeagle <jackeagle102@gmail.com> | Thu Mar 23 20:32:23 2017 +0530 |
tree | 9ec55d48677338f0a7f086aff9840a348f555149 | |
parent | 30ee130cc8dfa83cd3c69378f4cf064a72d19445 [diff] |
jemalloc: don't query /proc for the overcommit setting * @arter97 found the issue that querying /proc to get the OS's overcommit policy at init time, creates an overhead. -> Hardcode the overcommit policy for Android, since Android always does overcommit, in order to avoid retrieving this information via /proc. Change-Id: Ibb1acad2d939ccbbadb5566c00186137980838e6 Signed-off-by: Alex Naidis <alex.naidis@linux.com>