Installation Errors and Solutions#
Error: sysctl fs.inotify.max_user_watches is only 155693 but must be at least 524288
#
Cause#
This error occurs because the current value of fs.inotify.max_user_watches
is too low. This setting controls the maximum number of file watches that a user can create.
Solution#
To resolve this error, you need to increase the value of fs.inotify.max_user_watches
. Follow the steps below:
For Rancher Desktop#
-
Open the configuration file:
-
Add the following script to the
provision
section: -
Restart Rancher Desktop.
For Docker Runtimes#
-
Create a new configuration file:
-
Add the following lines:
-
Apply the changes:
More details can be found here.