Skip to content

Commit 6a4b3cc

Browse files
Add files via upload
1 parent fa19f78 commit 6a4b3cc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

common/system.prop

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
##############################
88

99
#Dalvik VM for all architectures
10+
dalvik.vm.heapstartsize=64m
11+
dalvik.vm.heapgrowthlimit=192m
12+
dalvik.vm.heapsize=512m
1013
dalvik.vm.heaptargetutilization=0.75
1114
dalvik.vm.heaputilization=0.25
1215
persist.sys.dalvik.multithread=true
@@ -29,7 +32,7 @@ persist.sys.fstrim.enable=true
2932
ro.sys.sdcardfs=true
3033
persist.sys.use_fstrim=1
3134
ro.config.ufs_performance=1
32-
persist.sys.io.scheduler=cfq
35+
persist.sys.io.scheduler=auto
3336
persist.sys.storage.ufs.read_ahead_kb=4096
3437
ro.config.ufs_write_booster=1
3538
ro.config.ufs_latency=0
@@ -183,7 +186,7 @@ debug.egl.force_msaa=1
183186
debug.egl.buffcount=4
184187
lockscreen.rot_override=true
185188
ro.config.dha_tunable=1
186-
persist.sys.use_16bpp_alpha=0
189+
persist.sys.use_16bpp_alpha=1
187190
debug.composition.type=gpu
188191
persist.sys.composition.type=gpu
189192
debug.egl.hw=1

0 commit comments

Comments
 (0)