release 1.19.10
This commit is contained in:
parent
486cd5ac0b
commit
a59b3bdc8c
1 changed files with 5 additions and 1 deletions
|
@ -867,7 +867,7 @@ Chapter 2. Indexing
|
||||||
|
|
||||||
Increasing resources for inotify
|
Increasing resources for inotify
|
||||||
|
|
||||||
On Linux systems, monitoring a big tree may imply increasing the resources
|
On Linux systems, monitoring a big tree may need increasing the resources
|
||||||
available to inotify, which are normally defined in /etc/sysctl.conf.
|
available to inotify, which are normally defined in /etc/sysctl.conf.
|
||||||
|
|
||||||
### inotify
|
### inotify
|
||||||
|
@ -883,6 +883,10 @@ Chapter 2. Indexing
|
||||||
fs.inotify.max_user_watches=32768
|
fs.inotify.max_user_watches=32768
|
||||||
|
|
||||||
|
|
||||||
|
Especially, you will need to trim your tree or adjust the max_user_watches
|
||||||
|
value if indexing exits with a message about errno ENOSPC (28) from
|
||||||
|
inotify_add_watch.
|
||||||
|
|
||||||
2.8.1. Slowing down the reindexing rate for fast changing files
|
2.8.1. Slowing down the reindexing rate for fast changing files
|
||||||
|
|
||||||
When using the real time monitor, it may happen that some files need to be
|
When using the real time monitor, it may happen that some files need to be
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue