Skip to content

Commit

Permalink
[vpsAdminOS] tune cpu loading defaults
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Snajdr <[email protected]>
  • Loading branch information
snajpa committed Oct 22, 2022
1 parent 551c3f6 commit d306a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/zfs/dsl_pool.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ unsigned long zfs_delay_scale = 1000 * 1000 * 1000 / 2000;
/*
* This determines the number of threads used by the dp_sync_taskq.
*/
int zfs_sync_taskq_batch_pct = 75;
int zfs_sync_taskq_batch_pct = 40;

/*
* These tunables determine the behavior of how zil_itxg_clean() is
Expand Down

0 comments on commit d306a1c

Please sign in to comment.