f3d9095951
choose between kqueue(3) or poll(2) for monitoring. This allows dropping the need for a gio-kqueue.conf file.
15 lines
663 B
Plaintext
15 lines
663 B
Plaintext
$OpenBSD: README,v 1.2 2012/09/18 13:05:59 ajacoutot Exp $
|
|
|
|
+-----------------------------------------------------------------------
|
|
| Running ${FULLPKGNAME} on OpenBSD
|
|
+-----------------------------------------------------------------------
|
|
|
|
File and directory monitor
|
|
==========================
|
|
GLib (GFileMonitor) provides realtime kqueue(2) notifications and
|
|
monitoring up to the open file descriptors limit.
|
|
If gio-kqueue 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).
|