click: Update prebuilt kernel
Also remove custom sysctl.conf Change-Id: Ibd4e432aeeff2937552cfe9b853d036c47b1b421
This commit is contained in:
parent
559105613a
commit
0ad1dd73a9
4
click.mk
4
click.mk
@ -79,10 +79,6 @@ PRODUCT_COPY_FILES += \
|
||||
device/htc/click/custom/keylayout/h2w_headset.kl:system/usr/keylayout/h2w_headset.kl \
|
||||
device/htc/click/custom/keylayout/qwerty.kl:system/usr/keylayout/qwerty.kl
|
||||
|
||||
# extra etc config files
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/htc/click/custom/sysctl.conf:system/etc/sysctl.conf
|
||||
|
||||
# precompiled files for /system/bin
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/htc/click/custom/calibrate_screen:system/bin/calibrate_screen \
|
||||
|
BIN
custom/kernel
BIN
custom/kernel
Binary file not shown.
@ -1,12 +0,0 @@
|
||||
# Tweak kernel scheduler
|
||||
kernel.sched_latency_ns = 600000
|
||||
kernel.sched_min_granularity_ns = 400000
|
||||
kernel.sched_wakeup_granularity_ns = 400000
|
||||
|
||||
# Tweak kernel VM management
|
||||
vm.dirty_ratio = 90
|
||||
vm.dirty_background_ratio = 5
|
||||
vm.vfs_cache_pressure = 10
|
||||
vm.oom_kill_allocating_task = 1
|
||||
vm.min_free_kbytes = 4096
|
||||
vm.swappiness = 50
|
Loading…
Reference in New Issue
Block a user