The following errors are reported in the internal logs
++++++++++++++++++
++++++++++++++++++
The “fs.inotify.max_user_instances” value is too low for the number of wildcard-file sources to work
The default value is fot “fs.inotify.max_user_instances” 128 and this should allow up to 124 wildcard-file sources to work
For the purposes of this KB article the value is being increased to 256.
To check the current setting run:
# sudo sysctl -a | grep max_user_instances
To temporarily increase the value run:
# sudo sysctl -w fs.inotify.max_user_instances=256
To permanently increase the value (so it will survive reboots) run:
# echo "fs.inotify.max_user_instances=256" >> /etc/sysctl.d/99-sysctl.conf
© 2025 One Identity LLC. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center