Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
On FreeBSD vnode reclamation is single-threaded, protected by single global lock. Having more threads there is just a waste of resources, so reduce it to one. Linux uses 1-2 threads per mount point, but even if it can scale that far, I doubt it makes sense to use all CPUs for it same time, so limit it to 80% alike to batch ZIO taskqs. Signed-off-by: Alexander Motin <mav@FreeBSD.org>
- Loading branch information