Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # - Set Android Low Memory Killer to Aggressive (in number of pages of 4Kbytes)
- # Forground apps : 2048 pages / 8Mb
- # Visible apps : 4096 pages / 16Mb
- # Secondary server : 8192 pages / 32Mb
- # Hidden apps : 16384 pages / 64Mb
- # Content providers : 24576 pages / 96Mb
- # Emtpy apps : 32768 pages / 128Mb
- chmod 664 /sys/module/lowmemorykiller/parameters/minfree
- echo "2048,4096,8192,16384,24576,32768" > /sys/module/lowmemorykiller/parameters/minfree
Add Comment
Please, Sign In to add comment