diff options
| author | Adithya R <gh0strider.2k18.reborn@gmail.com> | 2020-09-24 08:02:12 +0530 |
|---|---|---|
| committer | Edgars Cirulis <edgarsjc5@gmail.com> | 2020-11-25 17:15:56 +0200 |
| commit | 92902f24cbea90e26c14a3cdee75932fb476d053 (patch) | |
| tree | 7ed50bd0c962b22de8437660a9fe6fd98a2c521a | |
| parent | a2e66256cf4a35793894371f79c4e87cb179c2b2 (diff) | |
trinket-common: Skip zram configration from post_boot
* We use a fixed zram size of 2GB enable it from init.target.rc
Change-Id: I98439da073b83544b70a5055f0bc8ed2b8447381
| -rw-r--r-- | rootdir/bin/init.qcom.post_boot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/bin/init.qcom.post_boot.sh b/rootdir/bin/init.qcom.post_boot.sh index e8a93bd1..89e170fe 100644 --- a/rootdir/bin/init.qcom.post_boot.sh +++ b/rootdir/bin/init.qcom.post_boot.sh @@ -770,7 +770,7 @@ else # wsf Range : 1..1000 So set to bare minimum value 1. echo 1 > /proc/sys/vm/watermark_scale_factor - configure_zram_parameters + #configure_zram_parameters configure_read_ahead_kb_values |
