git: kernel - Increase KNOTE_CACHE_MAX
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Jun 6 11:12:02 PDT 2020
commit 32c8a2583e78f0179f9d6956e5a4b92f48d7c2cd
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sat Jun 6 11:08:22 2020 -0700
kernel - Increase KNOTE_CACHE_MAX
* Increase KNOTE_CACHE_MAX from 8 to 64 descriptors. These are tiny
descriptors, we can afford to have a larger per-cpu cache.
Summary of changes:
sys/kern/kern_event.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/32c8a2583e78f0179f9d6956e5a4b92f48d7c2cd
--
DragonFly BSD source repository
More information about the Commits
mailing list