1

I'm using Eclipse Luna 3.8.1 CDT for c++ project containing over 730 000 lines of code. Very often indexer suspends entire application for long time, so I have to wait or even close application because working is impossible.

Are any ways to solve the problem with suspending entire Eclipse? (Of course please don't answer like: use vim, or dive your project)

baziorek
  • 2,502
  • 2
  • 29
  • 43

1 Answers1

1

Try improving minimum ram allocated to eclipse (-Xms512m).

Also go to Project Properties -> C++ General -> Indexer and try to disable indexer. You also have options there to enable indexer for certain categories

knightrider
  • 2,063
  • 1
  • 16
  • 29