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
While porting this app over to Ubuntu Touch 20.04 I noticed journalctl -f didn't work as normal and instead printed Insufficient watch descriptors available. Reverting to -n. and didn't follow the log during app runtime; closing Webber immediately fixes the situation...
So indeed something the app does causes all watch descriptors available to be used; fwiw on original Volla Phone cat /proc/sys/fs/inotify/max_user_watches returns 8192
While porting this app over to Ubuntu Touch 20.04 I noticed
journalctl -f
didn't work as normal and instead printedInsufficient watch descriptors available. Reverting to -n.
and didn't follow the log during app runtime; closing Webber immediately fixes the situation...https://www.reddit.com/r/Fedora/comments/kgb6sh/comment/ggecv04/ lead me to see
fs.inotify.max_user_watches = 8192
kernel parameter value, not sure how much this app exactly creates upon launch but it seems to be excessive as I've never before seen it.The text was updated successfully, but these errors were encountered: