From 047e089204f836bfbd004fea7bec7b6fd67062ea0a0674cc4ba3ca04e78c1d6f Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 7 Jun 2007 11:15:36 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/procps?expand=0&rev=4 --- procps.changes | 5 +++++ procps.spec | 4 +++- sysctl.conf | 2 ++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/procps.changes b/procps.changes index 8dfec32..f42a360 100644 --- a/procps.changes +++ b/procps.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 6 18:21:02 CEST 2007 - werner@suse.de + +- increase the number of possible inotify(7) watches [#281147] + ------------------------------------------------------------------- Thu Mar 29 12:24:25 CEST 2007 - rguenther@suse.de diff --git a/procps.spec b/procps.spec index e203c7a..b756c82 100644 --- a/procps.spec +++ b/procps.spec @@ -18,7 +18,7 @@ Group: System/Monitoring PreReq: %fillup_prereq %insserv_prereq Autoreqprov: on Version: 3.2.7 -Release: 33 +Release: 46 Summary: ps utilities for /proc Provides: ps Obsoletes: ps @@ -152,6 +152,8 @@ rm -rf $RPM_BUILD_ROOT %_mandir/man8/sysctl.8.gz %changelog +* Wed Jun 06 2007 - werner@suse.de +- increase the number of possible inotify(7) watches [#281147] * Thu Mar 29 2007 - rguenther@suse.de - Add ncurses-devel BuildRequires * Fri Jan 12 2007 - werner@suse.de diff --git a/sysctl.conf b/sysctl.conf index 61574c0..39678e4 100644 --- a/sysctl.conf +++ b/sysctl.conf @@ -5,3 +5,5 @@ net.ipv4.icmp_echo_ignore_broadcasts = 1 net.ipv4.conf.all.rp_filter = 1 # enable ipV6 forwarding #net.ipv6.conf.all.forwarding = 1 +# increase the number of possible inotify(7) watches +fs.inotify.max_user_watches = 65536