android_device_htc_click/custom/sysctl.conf

12 lines
375 B
Plaintext
Raw Normal View History

2010-09-01 17:23:34 +00:00
# - OOM killer simply kill the task that triggered the out-of-memory condition.
# This avoids the expensive tasklist scan to save CPU time.
vm.oom_kill_allocating_task=1
# - retaining dentry and inode caches instead of reclaiming them by default
# to increase battery life.
vm.vfs_cache_pressure=10
# - set page-cluster to 0, ie, 1 page per swapping
vm.page-cluster=0