Changes between Initial Version and Version 1 of Ticket #23523, comment 9
- Timestamp:
- Aug 27, 2015, 7:03:04 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23523, comment 9
initial v1 2 2 3 3 For 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 {{{ 8 sudo sysctl -n -w fs.inotify.max_user_watches=16384 9 }}} 10 11 Maybe a note should be made about this in the Django docs? 12