File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 7
7
##############################
8
8
9
9
#Dalvik VM for all architectures
10
+ dalvik.vm.heapstartsize=64m
11
+ dalvik.vm.heapgrowthlimit=192m
12
+ dalvik.vm.heapsize=512m
10
13
dalvik.vm.heaptargetutilization=0.75
11
14
dalvik.vm.heaputilization=0.25
12
15
persist.sys.dalvik.multithread=true
@@ -29,7 +32,7 @@ persist.sys.fstrim.enable=true
29
32
ro.sys.sdcardfs=true
30
33
persist.sys.use_fstrim=1
31
34
ro.config.ufs_performance=1
32
- persist.sys.io.scheduler=cfq
35
+ persist.sys.io.scheduler=auto
33
36
persist.sys.storage.ufs.read_ahead_kb=4096
34
37
ro.config.ufs_write_booster=1
35
38
ro.config.ufs_latency=0
@@ -183,7 +186,7 @@ debug.egl.force_msaa=1
183
186
debug.egl.buffcount=4
184
187
lockscreen.rot_override=true
185
188
ro.config.dha_tunable=1
186
- persist.sys.use_16bpp_alpha=0
189
+ persist.sys.use_16bpp_alpha=1
187
190
debug.composition.type=gpu
188
191
persist.sys.composition.type=gpu
189
192
debug.egl.hw=1
You can’t perform that action at this time.
0 commit comments