Skip to content

Commit 91de164

Browse files
RealJohnGaltonettboots
authored andcommitted
[DNM/TESTING]f2fs/segment.h: tune from testing
Signed-off-by: onettboots <blackcocopet@gmail.com>
1 parent d514038 commit 91de164

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

fs/f2fs/segment.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -687,9 +687,9 @@ static inline int utilization(struct f2fs_sb_info *sbi)
687687
* FI_OPU_WRITE flag.
688688
* F2FS_IPU_DISABLE - disable IPU. (=default option in LFS mode)
689689
*/
690-
#define DEF_MIN_IPU_UTIL 70
691-
#define DEF_MIN_FSYNC_BLOCKS 20
692-
#define DEF_MIN_HOT_BLOCKS 16
690+
#define DEF_MIN_IPU_UTIL 90
691+
#define DEF_MIN_FSYNC_BLOCKS 32
692+
#define DEF_MIN_HOT_BLOCKS 32
693693

694694
#define SMALL_VOLUME_SEGMENTS (16 * 512) /* 16GB */
695695

0 commit comments

Comments
 (0)