摘要: /sys/block/mmcblk2/queue/read_ahead_kb /sys/block/mmcblk2/queue/nr_requests 这个定义如果大了,顺序读写就快,但是随机读写慢 init.rc中可以配置默认值 阅读全文
posted @ 2022-02-21 17:48 katago 阅读(90) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/m0_45922575/article/details/106262920 IO栈整体认知 简化后的IO栈如下图: 1.用户空间:除了用户自己的APP之外,也隐含了所有的库,例如常见的C库。我们常用的IO函数,例如open()/read()/write() 阅读全文
posted @ 2022-02-21 17:43 katago 阅读(594) 评论(0) 推荐(0)