> @@ -129,6 +130,17 @@ uint64_t zfs_delay_scale = 1000 * 1000 * 1000 / 2000;
>  hrtime_t zfs_throttle_delay = MSEC2NSEC(10);
>  hrtime_t zfs_throttle_resolution = MSEC2NSEC(10);
>  
> +
> +/*
> + * Tunable to control number of threads servicing the vn rele taskq
> + */
> +int zfs_vn_rele_threads = 256;

wow, that is a lot of threads.  But I guess they only get created on demand?

---
Reply to this email directly or view it on GitHub:
https://github.com/openzfs/openzfs/pull/61/files#r51761367
_______________________________________________
developer mailing list
[email protected]
http://lists.open-zfs.org/mailman/listinfo/developer

Reply via email to