summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Zhao <jessezhao@google.com>2015-01-15 23:17:37 +0100
committerAndroid Git Automerger <android-git-automerger@android.com>2015-01-15 23:17:37 +0100
commitec4e95407e9ba76f4480caeeb92e091c4587bfb6 (patch)
treec5c9f49ac30c402a5285af7d30a7dacdcf7edc5a
parentam 479e5108: am dd719dfe: Merge "Use getmntent when accessing /proc/mounts." (diff)
parentam 5bf74b23: Bump up max_map_count value. (diff)
downloadandroid_bootable_recovery-ec4e95407e9ba76f4480caeeb92e091c4587bfb6.tar
android_bootable_recovery-ec4e95407e9ba76f4480caeeb92e091c4587bfb6.tar.gz
android_bootable_recovery-ec4e95407e9ba76f4480caeeb92e091c4587bfb6.tar.bz2
android_bootable_recovery-ec4e95407e9ba76f4480caeeb92e091c4587bfb6.tar.lz
android_bootable_recovery-ec4e95407e9ba76f4480caeeb92e091c4587bfb6.tar.xz
android_bootable_recovery-ec4e95407e9ba76f4480caeeb92e091c4587bfb6.tar.zst
android_bootable_recovery-ec4e95407e9ba76f4480caeeb92e091c4587bfb6.zip
-rw-r--r--etc/init.rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/init.rc b/etc/init.rc
index c654eedb8..c78a44a2a 100644
--- a/etc/init.rc
+++ b/etc/init.rc
@@ -30,6 +30,7 @@ on init
chmod 0775 /tmp
write /proc/sys/kernel/panic_on_oops 1
+ write /proc/sys/vm/max_map_count 1000000
on fs
mkdir /dev/usb-ffs 0770 shell shell