Skip to content

Commit

Permalink
increased the zvol taskq threads to 32 as in ZFSin
Browse files Browse the repository at this point in the history
  • Loading branch information
datacore-rm authored and andrewc12 committed Oct 6, 2022
1 parent 5800c3b commit f93eb66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/os/windows/zfs/zvol_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ static uint32_t zvol_major = ZVOL_MAJOR;
unsigned int zvol_request_sync = 0;
unsigned int zvol_prefetch_bytes = (128 * 1024);
unsigned long zvol_max_discard_blocks = 16384;
unsigned int zvol_threads = 8;
unsigned int zvol_threads = 32;

taskq_t *zvol_taskq;

Expand Down

0 comments on commit f93eb66

Please sign in to comment.