Plesk

Unable to access mail: Warning: Inotify instance limit for user exceeded

Symptoms

Cause

Inotify subsystem limits are exceeded. Possibly, by the intrusion detection system.

Resolution

Note: if you do not have a root access to Plesk via SSH, contact your hosting provider regarding the issue.

  1. Login to Plesk server via SSH

  2. Increase limit for fs.inotify.max_user_watches and fs.inotify.max_user_instances kernel parameters in the /etc/sysctl.conf file:

    Note: if Plesk runs on virtual container, the kernel parameter should be increased on hardware node

    fs.inotify.max_user_watches = 560144
    fs.inotify.max_user_instances = 512

  3. Apply the changes:

    # sysctl -p