View Single Post
Posts: 992 | Thanked: 995 times | Joined on Dec 2009 @ California
#25
Originally Posted by ktchiu View Post
I changed the swappiness to 30 and page-cluster to 1. From what I can tell, I no longer get the slowdowns in freezes in micob that I used to have. The conversations app seems to start up faster too.
Changing page-cluster from 5 to any lower value may cause some problems - it is assumed that eMMC cluster size is 128KB (page-cluster=5). That means eMMC chip writes only by 128KB blocks. So, if you write less than 128KB it may READ 128KB "sector", then replace some portion of it and write 128KB ---> slower speed and flash wear increase.

However, I am saying "may" because if eMMC chip is smart enough it can combine the multiple short sequential writes to a single 128KB in some buffer. Unfortunately, I don't know the specs of eMMC chip.
 

The Following User Says Thank You to egoshin For This Useful Post: