davinci: rootdir: Tune zram performance

-Set max_comp_streams to num of cores since upstream also moves this to
percpu.

Bug: 38249616
Test: boot and run zram-perf showing better performance
Change-Id: I0b92b246d773db85aa03d033b2cecee54347cbd1
This commit is contained in:
Wei Wang 2017-05-17 15:27:32 -07:00 committed by Arian
parent 7ff9df129e
commit 2a8a880cdb
No known key found for this signature in database
GPG Key ID: 48029380598CE3B9

View File

@ -48,4 +48,4 @@
# The update_engine code looks for this entry in order to determine the boot device address
# and fails if it does not find it.
/dev/block/bootdevice/by-name/misc /misc emmc defaults defaults
/dev/block/zram0 none swap defaults zramsize=2684350464
/dev/block/zram0 none swap defaults zramsize=2684350464,max_comp_streams=8