Every time I start my project in IntelliJ IDEA 13.0.2, I get the message
External file changes sync may be slow
Project files cannot be watched (are they under network mount?)
I use inotifywait on a few files and folders within my project folder and it works as expected, i.e. the process wait until I touch the file or folder before continue.
How do I determine what file/folder IntelliJ is having problems watching?