494093ce60
Gamin is a file and directory monitoring system defined to be a subset of the FAM (File Alteration Monitor) system. The main goals of the project are: * minimize the security model of FAM * simplify the code base * provide an API and ABI compatible replacement for FAM * try to fix some other issues like resource consumption works for bernd@ ok landry@ jasper@
5 lines
257 B
Plaintext
5 lines
257 B
Plaintext
Gamin will provide realtime kqueue(2) notifications up to the open file
|
|
descriptors limit before falling back to polling. To prevent that, when
|
|
dealing with large directories, increase the kern.maxfiles sysctl(8) and
|
|
adapt users login(1) class accordingly.
|