Closed criography closed 10 years ago
From the inotify FAQ:
Q: What means
IN_Q_OVERFLOW
?IN_Q_OVERFLOW
is emitted when the appropriate queue is full and can't take more events. If this event occurs frequently you should read events faster and eventually increase the limit for queues. This limit can be read and changed by reading/changing the appropriate procfs file (/proc/sys/fs/inotify/max_queued_events
).
For reference, IN_Q_OVERFLOW
is the internal flag that causes the error you're seeing. It sounds like you may need to increase the limit in /proc/sys/fs/inotify/max_queued_events
.
I honestly don't know whether it's compass, sass, ruby, rb-inotify bug or something I'm screwing on my side, but every few minutes
compass watch
crashes throwing these:All gems installed are:
Any clues?