I'm running Codelite on Linux RH5, 16-core server machine.
The project i'm working on has ~1000 file.
The problem is that navigation is extremely slow (open file, go to implementation .. etc.)
the .tags file size is ~24M.
I tried disabling the SymbolsView plugin but nothing new.
any help help on that?
Thanks
George
Codelite is running extremely slow
-
- CodeLite Curious
- Posts: 2
- Joined: Thu Dec 08, 2011 2:19 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Codelite is running extremely slow
Thats a reasonable number of files.GeorgeWahba wrote:The project i'm working on has ~1000 file.
Are all of your files are located under the local file system? do you have files located under network drive?
Have you tried running strace on codelite exe?
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 2
- Joined: Thu Dec 08, 2011 2:19 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Codelite is running extremely slow
Well, all files are on the same file system (local).
After some trials, I found out that the reason for this slowness is when you set
Settings->Tag options->Coloring->"Color workspace tags" checked
with any of the following sub-items checked (enum, prototype, struct, enumerator, member, function, macro and variable)
This results in file load time expansion.
I unchecked all these sub-items and the application is running smooth now.
George
After some trials, I found out that the reason for this slowness is when you set
Settings->Tag options->Coloring->"Color workspace tags" checked
with any of the following sub-items checked (enum, prototype, struct, enumerator, member, function, macro and variable)
This results in file load time expansion.
I unchecked all these sub-items and the application is running smooth now.
George