Setting file system event monitoring (inotify) - PingDirectory - 9.3

PingDirectory 9.3

bundle
pingdirectory-93
ft:publication_title
PingDirectory 9.3
Product_Version_ce
PingDirectory 9.3 (Latest)
category
Product
pd-93
pingdirectory
ContentType_ce

You can configure an event monitoring tool such as inotify for notifying processes about file system events, including file creation, deletion, and updates.

Linux limits the number of inotify watches a user can receive.

  • To increase the limit, edit etc/sysctl.conf to add the following line.
    fs.inotify.max_user_watches = 524288
  • Run the following command.
    $ sudo sysctl -w fs.inotify.max_user_watches=524288