zebrunner / appium

Enhanced Appium for Elastic Selenium Grid/MCloud services
8 stars 3 forks source link

Error: `Couldn't initialize inotify.` #417

Closed azarouski closed 1 month ago

azarouski commented 1 month ago

public.ecr.aws/zebrunner/appium:2.1

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.
vdelendik commented 1 month ago

that's not a bug but Linux configuration step which was added to the mcloud-agent steps: https://github.com/zebrunner/mcloud-agent#linux-os

[Optional] Increased fs.inotify.max_user_instances to workaround https://github.com/zebrunner/mcloud-agent/issues/328
sudo sysctl fs.inotify.max_user_instances=2048

closing as won't fix