Constant indexing
Answered
I've updated IntelliJ Ultimate to 2018.2 (using Windows) and it doesn't stop indexing. Indexing takes only a couple of ms but starts about 20 times per minute. For every indexing process I have these lines in my log. Invalidating caches didn't help.
2018-08-07 13:13:51,673 [2313553] INFO - pl.ProjectRootManagerComponent - project roots have changed
2018-08-07 13:13:51,738 [2313618] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 41ms; general responsiveness: ok; EDT responsiveness: ok
2018-08-07 13:13:51,770 [2313650] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 32ms; general responsiveness: ok; EDT responsiveness: ok
Please sign in to leave a comment.
What is the project type? If you have generated files inside project (output of scripts, log files etc) please exclude such files (by marking file as plain text) or folders (by setting folder as excluded) from project so IDE does not re-index them on any change.
If you have 3rd plugins, try with them disabled. Try 2018.2.1 from https://confluence.jetbrains.com/display/IDEADEV/IDEA+2018.2+EAP.
If issue remains, provide all IDE logs zipped.
It's an Ionic/Angular app and all output files were already exluded from indexing (also no tasks were running). I fixed the problem by re-creating the project from its repository.