zebrunner / mcloud-agent

18 stars 11 forks source link

appium contstantly restarting due to the inotify init failure #328

Closed vdelendik closed 3 months ago

vdelendik commented 3 months ago
Couldn't initialize inotify.  Are you running Linux 2.6.13 or later, and was the
CONFIG_INOTIFY option enabled when your kernel was compiled?  If so,
something mysterious has gone wrong.  Please e-mail radu.voicilas@gmail.com
 and mention that you saw this message.
Exit status: 0
vdelendik commented 3 months ago

it was fixed by increasing number of fs.inotify.max_user_instances on the Linux server itself. Going to add such recommendation in the documentation for mcloud-agent so moving ticket into the appropriate repo

vdelendik commented 3 months ago

documentation updated

dhreben commented 3 months ago

Fixed