Changes between Initial Version and Version 1 of Ticket #23523, comment 9


Ignore:
Timestamp:
Aug 27, 2015, 7:03:04 AM (9 years ago)
Author:
alexandervlpl

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23523, comment 9

    initial v1  
    22
    33For the record I have one partition, 64% used. I even wrote a large file to it with `dd` to be absolutely sure there is space on the device. Disk is healthy.
     4
     5'''EDIT:''' Yes, increasing `max_user_watches` as mentioned above does resolve this:
     6
     7{{{
     8sudo sysctl -n -w fs.inotify.max_user_watches=16384
     9}}}
     10
     11Maybe a note should be made about this in the Django docs?
     12
Back to Top