Skip to content

Commit

Permalink
Fix default value of zio_taskq_batch_pct (#522)
Browse files Browse the repository at this point in the history
* Fix default value of zio_taskq_batch_pct

---------

Co-authored-by: George Melikov <[email protected]>
  • Loading branch information
0mp and gmelikov authored Sep 29, 2024
1 parent 9ac354f commit 1c1636c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Performance and Tuning/Module Parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6294,7 +6294,7 @@ therefore require recompiling the kernel module to adjust.
| Range | 1 to 100, fractional number of CPUs are |
| | rounded down |
+---------------------+-----------------------------------------------+
| Default | 75 |
| Default | 75 for versions before v.2.2.0, 80 after |
+---------------------+-----------------------------------------------+
| Change | Prior to zfs module load |
+---------------------+-----------------------------------------------+
Expand Down

0 comments on commit 1c1636c

Please sign in to comment.