Re: [PATCH] inotify: Increase default inotify.max_user_watches limit to 1048576

2020-10-29 Thread Waiman Long
On 10/27/20 12:00 PM, Jan Kara wrote: On Mon 26-10-20 16:44:18, Waiman Long wrote: The default value of inotify.max_user_watches sysctl parameter was set to 8192 since the introduction of the inotify feature in 2005 by commit 0eeca28300df ("[PATCH] inotify"). Today this value is just too small f

Re: [PATCH] inotify: Increase default inotify.max_user_watches limit to 1048576

2020-10-27 Thread Jan Kara
On Mon 26-10-20 16:44:18, Waiman Long wrote: > The default value of inotify.max_user_watches sysctl parameter was set > to 8192 since the introduction of the inotify feature in 2005 by > commit 0eeca28300df ("[PATCH] inotify"). Today this value is just too > small for many modern usage. As a result

Re: [PATCH] inotify: Increase default inotify.max_user_watches limit to 1048576

2020-10-27 Thread Amir Goldstein
On Mon, Oct 26, 2020 at 10:44 PM Waiman Long wrote: > > The default value of inotify.max_user_watches sysctl parameter was set > to 8192 since the introduction of the inotify feature in 2005 by > commit 0eeca28300df ("[PATCH] inotify"). Today this value is just too > small for many modern usage. A

[PATCH] inotify: Increase default inotify.max_user_watches limit to 1048576

2020-10-26 Thread Waiman Long
The default value of inotify.max_user_watches sysctl parameter was set to 8192 since the introduction of the inotify feature in 2005 by commit 0eeca28300df ("[PATCH] inotify"). Today this value is just too small for many modern usage. As a result, users have to explicitly set it to a larger value t