"Scanning files to index" runs forever on Clion for linux
I just installed CLion on my linux machine and there is one background task that never finishes and makes every compilation extremely slow. Does anyone have a solution to this bug?
Thank you very much,
Adi

请先登录再写评论。
Hi Adi! Has the process completed? Or do you still experience this problem?
Hi Anna,
After a few hours the process completed, but it happens again for a few hours every time I open CLion, what makes working with it exteamly slow...
@Yadi, performance problems may be caused by insufficient amount of memory. To speed up the processing you can enabling memory indicator (
File | Settings| Appearance & Behavior | Appearance | Show memory indicator) and keep an eye on it for some time (the indicator will appear in the bottom right corner of the CLion window). If it is close to the limit at the time when you are experiencing the problems, then try increasing the Xmx JVM option according to this guide.