rootdir/init.rc: enable iostat by default
Bug: 152162885 Signed-off-by: Jaegeuk Kim <jaegeuk@google.com> Change-Id: If95e30c7d3bfec621dfde9452a6eda5211c64a2b
This commit is contained in:
parent
bcb856fe1a
commit
767c723c25
|
@ -856,6 +856,7 @@ on boot
|
|||
# are not aware of using fsync()/sync() to prepare sudden power-cut.
|
||||
write /sys/fs/f2fs/${dev.mnt.blk.data}/cp_interval 200
|
||||
write /sys/fs/f2fs/${dev.mnt.blk.data}/gc_urgent_sleep_time 50
|
||||
write /sys/fs/f2fs/${dev.mnt.blk.data}/iostat_enable 1
|
||||
|
||||
# limit discard size to 128MB in order to avoid long IO latency
|
||||
# for filesystem tuning first (dm or sda)
|
||||
|
|
Loading…
Reference in New Issue