sthen d79fafc34f libinotify: add a pkg-readme explaining that openfiles/maxfiles limits may
need to be increased for kqueue, based on the one in glib2. regen plist
and add debug packages while there. ok aja@
2020-11-17 10:23:18 +00:00
..

$OpenBSD: README,v 1.1 2020/11/17 10:23:18 sthen Exp $

+-------------------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-------------------------------------------------------------------------------

libinotify uses kqueue(2) to monitor for changed files. This only works
up to the system's "open file descriptors" limit - if software using
libinotify needs to handle large directories, the kern.maxfiles
sysctl(8) should be increased by adding an entry in sysctl.conf(5) and
the user's login(1) class modified accordingly by bumping the "cur" and
"max" "openfiles" limit in login.conf(5).