diff options
| author | Rebecca Schultz Zavin <rebecca@android.com> | 2011-01-30 12:53:21 -0800 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2011-01-30 12:53:21 -0800 |
| commit | 63e99f447fed821b57f3f13e33abd740b3b04c03 (patch) | |
| tree | db2f9c7e2e7b02564bb562c46c4d641f2c3bf8d1 /rootdir | |
| parent | 24823cfa84d1a4dcb719c1949092facf8c92804a (diff) | |
| parent | e442cff05ff9f083c91caa3bed74e37318a69fda (diff) | |
| download | system_core-63e99f447fed821b57f3f13e33abd740b3b04c03.tar.gz system_core-63e99f447fed821b57f3f13e33abd740b3b04c03.tar.bz2 system_core-63e99f447fed821b57f3f13e33abd740b3b04c03.zip | |
am e442cff0: am 58fb8220: Raise the viking killer min free values to match the system properties
* commit 'e442cff05ff9f083c91caa3bed74e37318a69fda':
Raise the viking killer min free values to match the system properties
Diffstat (limited to 'rootdir')
| -rw-r--r-- | rootdir/init.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index e5784a52..8c2bbeec 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -241,7 +241,7 @@ on boot write /proc/sys/vm/overcommit_memory 1 write /proc/sys/vm/min_free_order_shift 4 - write /sys/module/lowmemorykiller/parameters/minfree 2048,3072,4096,6144,7168,8192 + write /sys/module/lowmemorykiller/parameters/minfree 8192,10240,12288,14336,16384,20480 # Set init its forked children's oom_adj. write /proc/1/oom_adj -16 |
