diff options
Diffstat (limited to 'devel/gamin/pkg-message')
-rw-r--r-- | devel/gamin/pkg-message | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/gamin/pkg-message b/devel/gamin/pkg-message new file mode 100644 index 000000000..1e1ea39bb --- /dev/null +++ b/devel/gamin/pkg-message @@ -0,0 +1,16 @@ +=============================================================================== + +Gamin will only provide realtime notification of changes for at most n files, +where n is the minimum value between (kern.maxfiles * 0.7) and +(kern.maxfilesperproc - 200). Beyond that limit, files will be polled. + +If you often open several large folders with Nautilus, you might want to +increase the kern.maxfiles tunable (you do not need to set +kern.maxfilesperproc, since it is computed at boot time from kern.maxfiles). + +For a typical desktop, add the following line to /boot/loader.conf, then +reboot the system: + + kern.maxfiles="25000" + +=============================================================================== |