Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to control Intellij Idea 14 - Indexing and VCS Refresh behavior

Windows 7 64 bit, intellij 14 16 GB RAM, 1 2GHZ CPU with 2 cores

I have a huge legacy project with maybe 60 modules that I open with intellij. And I only use it to view stuff. I dont need to change anything in it.

Everytime I open it, Intellij goes through Indexing and VCS refresh history Dance, which takes a while and slows down everything.

Since nothing's changing really, I dont want it do index and refresh history everytime I open it.

  1. How do I disable this or control this behavior?
  2. Is there a way to manually perform these tasks?
like image 934
FatherFigure Avatar asked Feb 26 '15 19:02

FatherFigure


People also ask

How do I stop auto indexing in IntelliJ?

You can stop synchronizing/indexing each time you switch to the IDEA and it's quite useful when dealing with big projects and outside build process which triggers indexing. Just disable checkbox System Settings -> Synchronize files on frame or editor tab activation .


1 Answers

I had the same bug and that's the decision:

  1. go to settings - version control - background
  2. set changelists to cache initially to minimal value (10)
  3. check setting refresh changes every
  4. set huge value for minutes (240 for example)
  5. save settings
  6. reload Idea
like image 114
Osmolovskii Steve Avatar answered Sep 21 '22 02:09

Osmolovskii Steve