/etc/sysctl.d/30-nepomuk-inotify-limit.conf -- I do not have such a file.
but `cat /etc/sysctl.d/*.conf /etc/sysctl.conf | sudo sysctl -p -` gives
error: "Invalid argument" setting key "fs.inotify.max_user_watches"
as well as
error: "kernel.maps_protect" is an unknown key error: "sys.kernel.maps_protect" is an unknown key error: "net.ipv4.ip_always_defrag" is an unknown key
well, `grep fs.inotify.max_user_watches /etc/sysctl.d/*.conf /etc/sysctl.conf ` gives
/etc/sysctl.d/30-spideroak.conf:fs.inotify.max_user_watches = 65536 /etc/sysctl.conf:fs.inotify.max_user_watches = 524288
The last one looks odd.
Well, no values in range 8K..512K meet the need :(
After commenting out *all* the erratic lines, it was made to work finally.
/etc/sysctl. d/30-nepomuk- inotify- limit.conf -- I do not have such a file.
but `cat /etc/sysctl. d/*.conf /etc/sysctl.conf | sudo sysctl -p -` gives
error: "Invalid argument" setting key "fs.inotify. max_user_ watches"
as well as
error: "kernel. maps_protect" is an unknown key maps_protect" is an unknown key ip_always_ defrag" is an unknown key
error: "sys.kernel.
error: "net.ipv4.
well, `grep fs.inotify. max_user_ watches /etc/sysctl. d/*.conf /etc/sysctl.conf ` gives
/etc/sysctl. d/30-spideroak. conf:fs. inotify. max_user_ watches = 65536 conf:fs. inotify. max_user_ watches = 524288
/etc/sysctl.
The last one looks odd.
Well, no values in range 8K..512K meet the need :(
After commenting out *all* the erratic lines, it was made to work finally.