[Bug 879902] Re: Increase the number of inotify watches

2018-08-03 Thread Vadim Kotov
I am still affected by this in 2018. Any plans to increase the number?
It is 8192 in Ubuntu 18.04.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/879902

Title:
  Increase the number of inotify watches

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/879902/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 879902] Re: Increase the number of inotify watches

2015-06-27 Thread Stu
I have

fs.inotify.max_user_watches=1048576

and experiencing what looks like this issue (downloading a file and size
not updating in nautilus).   I'm using insync and spideroak, so maybe
these are using up the watches ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/879902

Title:
  Increase the number of inotify watches

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/879902/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 879902] Re: Increase the number of inotify watches

2015-04-08 Thread Apteryx
For those having this issue and wanting to increase the number of inotify 
watches themselves, here's the fix:
sudo -s
echo fs.inotify.max_user_watches=524288  /etc/sysctl.conf
sysctl -p

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/879902

Title:
  Increase the number of inotify watches

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/879902/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 879902] Re: Increase the number of inotify watches

2012-01-17 Thread Eshwar Andhavarapu
Its a simple fix to change the number right, so something stopping
someone from creating a patch and then presenting it here. I don't know
which file to change or so on but the process must surely be simple
unless the change is being debated?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/879902

Title:
  Increase the number of inotify watches

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/879902/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 879902] Re: Increase the number of inotify watches

2011-10-23 Thread Mathieu Comandon
** Description changed:

- Many of the problems I encountered seem to be related to a single issue : the 
maximum number of watches inotify is able to handle. 
- I have found that the default maximum number of watches is way to low too 
handle every feature using inotify, a default Ubuntu uses a great number of 
watches out of the box and in Natty and Oneiric is starts to be a real problem.
+ Many of the problems I encountered seem to be related to a single issue : the 
maximum number of watches inotify is able to handle.
+ I have found that the default maximum number of watches is way to low too 
handle every feature using inotify, a default Ubuntu uses a great number of 
watches out of the box and in Natty and Oneiric it starts to become a real 
problem.
  
- Possible effects are : 
+ Possible effects are :
  - Ubuntu One not syncing correctly
  - Nautilus not updating itself when a file is created or deleted.
  - Audio players not updating music libraries
  - tail -f or other programs using inotify show a cryptic message about no 
space being left on the device (while there's plenty of space)
  
  I have found that simply doubling the maximum of watches *is not enough*
  for a normal use, and if I believe this comment :
  https://bugs.launchpad.net/ubuntu/+source/beagle/+bug/115801/comments/4
  there is no problem to setting the number of watches to a high value.
  My current setting is 524288, which is 64 times the default value, It
  may be too high for a default value but I believe that 65536 or 131072
  should be enough for almost everyone.
  
  If Precise Pangolin wants to be predictable, this issues *has* to be
  addressed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/879902

Title:
  Increase the number of inotify watches

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/879902/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 879902] Re: Increase the number of inotify watches

2011-10-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: procps (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/879902

Title:
  Increase the number of inotify watches

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/879902/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 879902] Re: Increase the number of inotify watches

2011-10-22 Thread Mathieu Comandon
While searching the web for more information about this bug I found this
:

https://launchpad.net/ubuntu/intrepid/+source/procps/+changelog
- 30-inotify-limits.conf: moved to tracker package for increasing inotify 
watches to 524,388 for tracker. 

This means this problem has already been addressed but the fix was kept for 
tracker (it also show that my current max watches value is quite sane, even by 
2008's standards)
Now, it seems that this file just when away (and nobody uses tracker anymore 
anyway) : 

(15:38) strider@astoria:~ $ apt-file search inotify-limits.conf
(15:38) strider@astoria:~ $

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/879902

Title:
  Increase the number of inotify watches

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/879902/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs