]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] inotify: change default limits
authorRobert Love <rml@novell.com>
Mon, 25 Jul 2005 19:13:43 +0000 (15:13 -0400)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 26 Jul 2005 20:37:22 +0000 (13:37 -0700)
commitb87499da9a2bf031bb3c334a85249162c20333a8
treeaa920bd05c10ad6a0eabfefe06f58c3a472dcae3
parentf7d86a205506a0246a6f581619913ef52b39269a
[PATCH] inotify: change default limits

Change default inotify limits: Maximum instances per user to 128 and
maximum events per queue to 16k.  The max instances used to be 128; the
change to 8 was a mistake.  Memory consumption is fine.

Signed-off-by: Robert Love <rml@novell.com>
Signed-off-by: John McCutchan <ttb@tentacle.dhs.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/inotify.c