Setting file system event monitoring (inotify) - PingDirectoryProxy - PingDirectory - 9.0

PingDirectory

bundle
pingdirectory-90
ft:publication_title
PingDirectory
Product_Version_ce
PingDirectory 9.0
category
Product
pd-90
pingdirectory
ContentType_ce

An event monitoring tool such as inotify can be configured 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