You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/ordinateur/Software/miniconda3/envs/moddevices/lib/python3.5/site-packages/tornado/websocket.py", line 546, in _run_callback
result = callback(*args, **kwargs)
File "/home/ordinateur/Software/miniconda3/envs/moddevices/lib/python3.5/site-packages/modsdk/webserver.py", line 724, in open
self.monitor = BundleMonitor(self.notify)
File "/home/ordinateur/Software/miniconda3/envs/moddevices/lib/python3.5/site-packages/modsdk/bundlemonitor.py", line 31, in __init__
self.wm = pyinotify.WatchManager()
File "/home/ordinateur/Software/miniconda3/envs/moddevices/lib/python3.5/site-packages/pyinotify.py", line 1764, in __init__
raise OSError(err % self._inotify_wrapper.str_errno())
OSError: Cannot initialize new instance of inotify, Errno=Too many open files (EMFILE)
Hi,
Here is what i often reach without doing much things:
I mitigate the problem this way:
But i guess things are broken anyway.
The text was updated successfully, but these errors were encountered: